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

  /external/webkit/Source/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 358 // VKEY_OEM_6 (DD) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
361 return VKEY_OEM_6; // case ']': case '}': return 0xDD;
KeyboardCodes.h 505 // VKEY_OEM_6 (DD) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
506 VKEY_OEM_6 = VK_OEM_6,
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views.cc 252 { {"RightSquareBracket", "]", "U+005D"}, ui::VKEY_OEM_6, 0 },
262 ui::VKEY_OEM_6, ui::EF_SHIFT_DOWN },
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 306 case WebCore::VKEY_OEM_6:

Completed in 50 milliseconds