Home
last modified time | relevance | path

Searched defs:KeyboardShortcutData (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
Dglobal_keyboard_shortcuts_mac.h11 struct KeyboardShortcutData { struct
12 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 by
23 int chrome_command; // The chrome command # to execute for this shortcut.