Removing Hotkeys
Easily removing hotkeys at runtime
To remove a hotkey, we use the Remove()
method. This method has two variants:
Remove()
: This accepts a single hotkey or an array of hotkeys.
RemoveAll()
: This removes all the registered hotkeys.
Below are some examples:
Last updated