Methods
(static) bindGlobal(keys, callback, actionopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
keys |
string | ||
callback |
function | ||
action |
any |
<optional> |
(static) get(cId) → {string|undefined}
Parameters:
Name | Type | Description |
---|---|---|
cId |
string | The shortcut name. |
Returns:
Returns the shortcut key binding.
- Type
- string | undefined
(static) set(cId, cShortcut)
Parameters:
Name | Type | Description |
---|---|---|
cId |
string | The Shortcut name. |
cShortcut |
string | Represents the new shortcut key binding. |
(static) unbind(keys)
Parameters:
Name | Type | Description |
---|---|---|
keys |
string |