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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Sets whether this hotkey should be permanent.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
HotKey | 10.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
HotKeyRef | The reference value for the hotkey as returned by HotKey.Register function. | $hotkey |
Value | The new setting. Pass 1 to store in preferences or 0 to not store. |
1 |
Returns OK or error.
Make hotkey permanent:
MBS( "HotKey.SetPermanent"; $HotKeyRef; 1 )
This function checks for a license.
Created 16th March 2020, last changed 19th April 2020