Class: Window
Syntax:
extern _kernel_oserror *window_remove_keyboard_shortcuts
(
unsigned int flags,
ObjectId window,
int no_remove,
KeyboardShortcut *shortcuts
);
Purpose: Function removes the keyboard shortcuts for the specified window. If shortcuts = -1 then all shortcuts for the window are removed.
|
|
|