HomeSort by relevance Sort by last modified time
    Searched refs:VKEY_OEM_3 (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 346 // VKEY_OEM_3 (C0) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '`~' key
349 return VKEY_OEM_3; //case '`': case '~': return 0xC0;
KeyboardCodes.h 496 // VKEY_OEM_3 (C0) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '`~' key
497 VKEY_OEM_3 = VK_OEM_3,
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 256 { {"Grave", "`", "U+0060"}, ui::VKEY_OEM_3, 0 },
257 { {"Tilde", "~", "U+007E"}, ui::VKEY_OEM_3, ui::EF_SHIFT_DOWN },

Completed in 14 milliseconds