RemoveKeyboardShortcut()

语法

RemoveKeyboardShortcut(#Window, Shortcut)
概要
Removes a keyboard shortcut previously defined with AddKeyboardShortcut().

参数

#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.

返回值

无.

参阅

AddKeyboardShortcut()

已支持操作系统

所有

<- PostEvent() - Window Index - RemoveWindowTimer() ->