mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:10:56 +08:00
delete hotkey Alt+PgUp\Alt+PgDown processing -> processing in sdkjs
This commit is contained in:
@ -68,20 +68,6 @@ define([
|
||||
'sheet:move': _.bind(this.moveWorksheet, this)
|
||||
}
|
||||
});
|
||||
|
||||
var me = this;
|
||||
Common.util.Shortcuts.delegateShortcuts({shortcuts:{
|
||||
'alt+pageup': function(e) {
|
||||
me.moveCurrentTab(-1);
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
},
|
||||
'alt+pagedown': function(e) {
|
||||
me.moveCurrentTab(1);
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}
|
||||
}});
|
||||
},
|
||||
|
||||
events: function() {
|
||||
|
||||
Reference in New Issue
Block a user