mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
Remove 'command+h' hotkey for MacOs (hotkey must close active app)
This commit is contained in:
@ -124,7 +124,7 @@ define([
|
||||
shortcuts: {
|
||||
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
||||
'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'),
|
||||
'esc': _.bind(this.onShortcut, this, 'escape'),
|
||||
/** coauthoring begin **/
|
||||
|
||||
@ -106,7 +106,7 @@ define([
|
||||
shortcuts: {
|
||||
'command+shift+s,ctrl+shift+s': _.bind(this.onShortcut, this, 'save'),
|
||||
'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'),
|
||||
'esc': _.bind(this.onShortcut, this, 'escape'),
|
||||
/** coauthoring begin **/
|
||||
|
||||
Reference in New Issue
Block a user