Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Hotkeys to execute scripts.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.0 / 10.3 | ✅ Yes | 🔶 78% | ❌ No | ❌ No | ❌ No |
Item | Details |
---|---|
HotKey.GetEnabled Queries the enabled state. | Mac/Win 5.4 |
HotKey.GetEvaluate Queries expression to be run when hotkey is pressed. | Mac/Win 6.1 |
HotKey.GetIgnoreOnModal Queries state for modal dialogs. | Mac/Win 5.4 |
HotKey.GetKeyCode Returns the key code given at registration. | Mac/Win 5.2 |
HotKey.GetKeyUp Queries whether to trigger script both on key down and key up. | Mac only 7.1 |
HotKey.GetLocal Queries the local flag. | Mac/Win 5.4 |
HotKey.GetModifiers Returns the modifiers given at registration. | Mac/Win 5.2 |
HotKey.GetName Queries the name defined for this hotkey. | Mac/Win 5.4 |
HotKey.GetPermanent Queries whether this hotkey should be permanent. | Mac only 10.2 |
HotKey.GetScriptFileName Queries filename of script to call in case of event. | Mac/Win 5.0 |
HotKey.GetScriptName Queries name of script to call in case of event. | Mac/Win 5.0 |
HotKey.GetScriptWorkspaceOnly Queries whether this should be limited to script workspace. | Mac only 10.2 |
HotKey.GetTag Queries the tag defined for this hotkey. | Mac/Win 5.4 |
HotKey.List Lists all hotkeys. | Mac/Win 5.2 |
HotKey.Register Registers a global hot key based on the virtual key code and modifiers. | Mac/Win 5.0 |
HotKey.SetEnabled Sets the enabled state. | Mac/Win 5.4 |
HotKey.SetEvaluate Sets expression to be run when hotkey is pressed. | Mac/Win 6.1 |
HotKey.SetIgnoreOnModal Sets state for modal dialogs. | Mac/Win 5.4 |
HotKey.SetKeyUp Whether to trigger script both on key down and key up. | Mac only 7.1 |
HotKey.SetLocal Sets the local flag. | Mac/Win 5.4 |
HotKey.SetName Sets the name of a hotkey. | Mac/Win 5.4 |
HotKey.SetPermanent Sets whether this hotkey should be permanent. | Mac only 10.2 |
HotKey.SetScript Sets which script to call if hotkey is pressed. | Mac/Win 5.0 |
HotKey.SetScriptWorkspaceOnly Sets whether this should be limited to script workspace. | Mac only 10.2 |
HotKey.SetTag Sets the tag of a hotkey. | Mac/Win 5.4 |
HotKey.Unregister Unregisters a hotkey and frees resources. | Mac/Win 5.0 |
HotKey.UnregisterAll Unregisters all hotkeys. | Mac/Win 10.3 |
27 functions.
Feedback: Report problem or ask question.