In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-altModifier(-alt) |
|
|
|
-ctrlModifier(-ctl) |
|
|
|
The Ctrl key must be pressed to get the hotkey. Note that if
menu item accelerator keys are being used (menuItem
-ke/keyEquivalent), then the accelerator key settings override the
hotkey settings. |
|
-commandModifier(-cmd) |
|
|
|
The Command key must be pressed to get the hotkey. This is only
available on systems which have a separate command key. Note that
if menu item accelerator keys are being used (menuItem
-ke/keyEquivalent), then the accelerator key settings override the
hotkey settings. |
|
-isModifier(-mod) |
|
|
|
The hotkey is a modifier itself. |
|
-keyShortcut(-k) |
string |
|
|
Specify what key is being set. The key must be either a single
ascii character (capital and lowercase can be set independently) or
one of the keyword strings for the special keyboard
characters. The valid keywords are:
Up, Down, Right, Left,
Home, End, Page_Up, Page_Down, Insert
Return, Space
F1 to F12
|
|
-name(-n) |
string |
|
|
The name of the namedCommand object that will be executed when
the key is pressed. |
|
-releaseName(-rn) |
string |
|
|
The name of the namedCommand object that will be executed when
the key is released. |
|
-autoSave(-as) |
boolean |
|
|
If set to true then the hotkeys will always be saved when you
quit. If false then the hotkeys are not saved unless "savePrefs
-hotkeys" is used. |
|
-factorySettings(-fs) |
|
|
|
Resets the hotkeys back to the initial defaults. |
|
-sourceUserHotkeys(-suh) |
|
|
|
This command reads the userHotkey file |
|
-pressCommandRepeat(-pcr) |
boolean |
|
|
Specify true and the command may be repeated by executing the
command repeatLast. This flag is false by default. |
|
-releaseCommandRepeat(-rcr) |
boolean |
|
|
Specify true and the command may be repeated by executing the
command repeatLast. This flag is false by default. |
|