ShortcutManager
Basic Example
ShortcutManager.registerShortcut('CTRL+SHIFT+K', function() {
notification.info('CTRL+SHIFT+K was pressed');
});Methods
registerShortcut
ShortcutManager.registerShortcut(keys, callback)Parameter
Type
Example
unregisterShortcut
Parameter
Type
Example
Last updated