Command.getShortcuts
Returns an array of keyboard shortcuts for this command.
- Documentation
- › API
- › Global objects API
- › Command.getShortcuts
Command.getShortcuts( scope : Scope) : Array of Strings
: Scope) : Array of StringsArguments
- scope
- Scope. The scope state.
Return Value
(Control+)?(Alt+)?(Shift+)?key. For example: ["Control+Shift+F2", "Control+Alt+N"].