Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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