Remove 'command+h' hotkey for MacOs (hotkey must close active app)
This commit is contained in:
parent
0525597e79
commit
84dbf3cc68
|
@ -124,7 +124,7 @@ define([
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
||||||
'command+f,ctrl+f': _.bind(this.onShortcut, this, 'search'),
|
'command+f,ctrl+f': _.bind(this.onShortcut, this, 'search'),
|
||||||
'command+h,ctrl+h': _.bind(this.onShortcut, this, 'replace'),
|
'ctrl+h': _.bind(this.onShortcut, this, 'replace'),
|
||||||
'alt+f': _.bind(this.onShortcut, this, 'file'),
|
'alt+f': _.bind(this.onShortcut, this, 'file'),
|
||||||
'esc': _.bind(this.onShortcut, this, 'escape'),
|
'esc': _.bind(this.onShortcut, this, 'escape'),
|
||||||
/** coauthoring begin **/
|
/** coauthoring begin **/
|
||||||
|
|
|
@ -106,7 +106,7 @@ define([
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
||||||
'command+f,ctrl+f': _.bind(this.onShortcut, this, 'search'),
|
'command+f,ctrl+f': _.bind(this.onShortcut, this, 'search'),
|
||||||
'command+h,ctrl+h': _.bind(this.onShortcut, this, 'replace'),
|
'ctrl+h': _.bind(this.onShortcut, this, 'replace'),
|
||||||
'alt+f': _.bind(this.onShortcut, this, 'file'),
|
'alt+f': _.bind(this.onShortcut, this, 'file'),
|
||||||
'esc': _.bind(this.onShortcut, this, 'escape'),
|
'esc': _.bind(this.onShortcut, this, 'escape'),
|
||||||
/** coauthoring begin **/
|
/** coauthoring begin **/
|
||||||
|
|
Loading…
Reference in a new issue