Moo_HotkeyRemove ( sHotkey );
This functions removes a previously set Hotkey.Parameters
| Name | Type | Required | Default | Description |
| sHotkey | String | Yes | The hotkey to remove. |
Return Value
Returns a true if the hotkey was successfully removed, or an error code.
Notes
Added in MooPlug Version 0.4.8.
Errors
| Error Code | Description |
| Moo_HotkeyRemove|Err_1 | Invalid number of arguments. |
| Moo_HotkeyRemove|Err_2 | No hotkeys currentley set. |
| Moo_HotkeyRemove|Err_3 | Unknown hotkey specified. |
| Moo_HotkeyRemove|Err_4 | Hotkey is not registered. |
| Moo_HotkeyRemove|Err_5 | Error unregistering hotkey. |
Related Functions
