OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VKEY_OEM_1
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp
322
//
VKEY_OEM_1
(BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
325
return
VKEY_OEM_1
; //case ';': case ':': return 0xBA;
KeyboardCodes.h
478
//
VKEY_OEM_1
(BA) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ',:' key
479
VKEY_OEM_1
= VK_OEM_1,
/external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc
188
{ {"Colon", ":", "U+003A"}, ui::
VKEY_OEM_1
, ui::EF_SHIFT_DOWN },
189
{ {"Semicolon", ";", "U+003B"}, ui::
VKEY_OEM_1
, 0 },
Completed in 20 milliseconds