RemoveKeyboardShortcut()

Syntax

RemoveKeyboardShortcut(#Window, Shortcut)
Description
Remove a keyboard shortcut previously defined with AddKeyboardShortcut(). For a full list of the available shortcut, just look to the AddKeyboardShortcut() command. If 'Shortcut' is #PB_Shortcut_All the shortcuts are all removed.

Supported OS

Windows, Linux, MacOS X

<- OpenWindow() - Window Index - ResizeWindow() ->