Searched refs:VK_OEM_1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm376 /* 0x29 */ VK_OEM_1, // ;:
568 case ';': case ':': return VK_OEM_1;
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp170 windowsKeyMap().set(ASCIILiteral("semicolon"), VK_OEM_1);
171 windowsKeyMap().set(ASCIILiteral("colon"), VK_OEM_1);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h262 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
263 #define VK_OEM_1 0xBA macro
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp435 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
438 return VK_OEM_1; //case ';': case ':': return 0xBA;
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp2919 || (keyCode >= VK_OEM_1 && keyCode <= VK_OEM_PLUS)

Completed in 132 milliseconds