gets a key navigation shortcut handler
shortcut | string | the key name or the name of keys combination for a shortcut (shortcut syntax) |
scope | string | (optional) the name of the context element to attach the handler function to (list of scopes) |
function | the handler of the shortcut call |
var shortcut_handler = scheduler.getShortcutHandler("ctrl+a", "event");
Added in version 5.0
If the scope
parameter is not provided the "scheduler" scope will be used by default.