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

  /external/chromium/base/
keyboard_codes_posix.h 186 VKEY_OEM_4 = 0xDB,
keyboard_codes_win.h 162 VKEY_OEM_4 = VK_OEM_4,
  /external/webkit/WebCore/platform/chromium/
KeyboardCodesPosix.h 489 // VKEY_OEM_4 (DB) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key
490 VKEY_OEM_4 = 0xDB,
KeyboardCodesWin.h 495 // VKEY_OEM_4 (DB) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key
496 VKEY_OEM_4 = VK_OEM_4,

Completed in 52 milliseconds