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
- Version 10.2
- Added HotKey.SetPermanent and HotKey.GetPermanent functions.
Example Databases
Blog Entries
- Define a hotkey to copy field name for layout objects in FileMaker
- News about the MBS FileMaker Plugin 10.2
- MBS FileMaker Plugin, version 10.2pr1
This function checks for a license.
Created 16th March 2020, last changed 19th April 2020