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