Class: Window
Syntax:
extern _kernel_oserror *window_add_keyboard_shortcuts
(
unsigned int flags,
ObjectId window,
int no_shortcuts,
KeyboardShortcut *shortcuts
);
Purpose: Function adds keyboard shortcuts to the list held for the specified window. These shortcuts can also be specified in the window's attributes in !ResEd. If any of the shortcuts are already defined they will be replaced by the new values set by this function.
|
|
|