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

  /external/chromium/base/
keyboard_codes_posix.h 182 VKEY_OEM_MINUS = 0xBD,
keyboard_codes_win.h 158 VKEY_OEM_MINUS = VK_OEM_MINUS,
  /external/webkit/WebCore/platform/chromium/
KeyboardCodesPosix.h 477 // VKEY_OEM_MINUS (BD) Windows 2000/XP: For any country/region, the '-' key
478 VKEY_OEM_MINUS = 0xBD,
KeyboardCodesWin.h 483 // VKEY_OEM_MINUS (BD) Windows 2000/XP: For any country/region, the '-' key
484 VKEY_OEM_MINUS = VK_OEM_MINUS,

Completed in 409 milliseconds