Searched refs:VK_LCONTROL (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DKeyboardEvent.cpp58 case VK_LCONTROL:
78 case VK_LCONTROL:
/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm394 /* 0x3B */ VK_LCONTROL, // Left Ctrl
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h238 #define VK_LCONTROL 0xA2 macro
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp408 return VK_LCONTROL; // (A2) Left CONTROL key
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp142 windowsKeyMap().set(ASCIILiteral("Control_L"), VK_LCONTROL);
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c231 keystate[VK_LCONTROL] = 0x80;
H A Dw32fns.c2194 l = VK_LCONTROL;
2278 keystate[VK_LCONTROL] = CURRENT_STATE (VK_LCONTROL);
2317 case VK_LCONTROL:
2407 mods |= (modifier_set (VK_LCONTROL)) ? LEFT_CTRL_PRESSED : 0;
2944 && i != VK_LCONTROL
3103 && modifier_set (VK_LCONTROL) && modifier_set (VK_RMENU))
/macosx-10.10/vim-55/src/
H A Dos_win32.c628 abKeystate[VK_CONTROL] = abKeystate[VK_LCONTROL] =

Completed in 204 milliseconds