Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

HotKey.SetPermanent

Sets whether this hotkey should be permanent.

Component Version macOS Windows Linux Server iOS SDK
HotKey 10.2 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "HotKey.SetPermanent"; HotKeyRef; Value )   More

Parameters

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

Result

Returns OK or error.

Description

Sets whether this hotkey should be permanent.
Currently only implemented for MacOS.

Examples

Make hotkey permanent:

MBS( "HotKey.SetPermanent"; $HotKeyRef; 1 )

See also

Release notes

Blog Entries

This function checks for a license.

Created 16th March 2020, last changed 19th April 2020


HotKey.SetName - HotKey.SetScript