RemoveKeyboardShortcut()
Syntax
RemoveKeyboardShortcut(#Window, Shortcut)Description
Removes a keyboard shortcut previously defined with AddKeyboardShortcut().
Parameters
#Window The window to use. Shortcut The shortcut to remove. For a full list of the available shortcut, see AddKeyboardShortcut(). If this parameter is set to #PB_Shortcut_All, all the shortcuts are removed.
Return value
None.
See Also
AddKeyboardShortcut()
Supported OS
All