Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dglobal_keyboard_shortcuts_mac.h10 struct KeyboardShortcutData { struct
11 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 by
22 int chrome_command; // The chrome command # to execute for this shortcut.