Searched refs:VK_OEM_2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm379 /* 0x2C */ VK_OEM_2, // /?
573 case '/': case '?': return VK_OEM_2;
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp172 windowsKeyMap().set(ASCIILiteral("slash"), VK_OEM_2);
173 windowsKeyMap().set(ASCIILiteral("question"), VK_OEM_2);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h277 // VK_OEM_2 (BF) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
278 #define VK_OEM_2 0xBF macro
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp455 // VK_OEM_2 (BF) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
458 return VK_OEM_2; //case '/': case '?': return 0xBF;

Completed in 183 milliseconds