Searched defs:VKEY_LWIN (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ | ||
H A D | KeyboardCodes.h | 268 // VKEY_LWIN (5B) Left Windows key (Microsoft Natural keyboard) 269 VKEY_LWIN = VK_LWIN, enumerator in enum:WebCore::__anon11094 |
/external/chromium_org/ui/events/keycodes/ | ||
H A D | keyboard_codes_posix.h | 110 VKEY_LWIN = 0x5B, enumerator in enum:ui::KeyboardCode 111 VKEY_COMMAND = VKEY_LWIN, // Provide the Mac name for convenience. |
H A D | keyboard_codes_win.h | 86 VKEY_LWIN = VK_LWIN, enumerator in enum:ui::KeyboardCode 87 VKEY_COMMAND = VKEY_LWIN, // Provide the Mac name for convenience. |
Completed in 239 milliseconds