Searched defs:KeyboardShortcutData (Results 1 – 1 of 1) sorted by relevance
11 struct KeyboardShortcutData { struct12 bool command_key;13 bool shift_key;14 bool cntrl_key;15 bool opt_key;20 int vkey_code; // Virtual Key code for the command.21 unichar key_char; // Key event characters for the command as reported by23 int chrome_command; // The chrome command # to execute for this shortcut.