Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
HotKey.Unregister
Unregisters a hotkey and frees resources.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
HotKey | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "HotKey.Unregister"; HotKeyRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
HotKeyRef | The reference value for the hotkey as returned by HotKey.Register function. | $hotkey |
Result
Returns OK or error.
Description
Unregisters a hotkey and frees resources.Examples
Unregister a hotkey:
MBS("Hotkey.Unregister"; HotKeys::HotKey ID)
See also
Release notes
- Version 10.3
- Added HotKey.UnregisterAll function.
- Changed HotKey.Unregister function to take list of reference numbers.
Example Databases
Blog Entries
This function checks for a license.
Created 4th February 2015, last changed 4th February 2015
