Definitions
Sorry, no definitions found. You may find more data at lctrl.
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word LCtrl.
Examples
-
If IsKeyPressed ( "LCtrl"); Check if 'LCtrl' pressed.
AutoHotkey Community 2009
-
If IsKeyPressed ( "LCtrl"); Check if 'LCtrl' pressed.
AutoHotkey Community 2009
-
If IsKeyPressed ( "LCtrl"); Check if 'LCtrl' pressed.
AutoHotkey Community 2009
-
LCtrl:: if (A_PriorHotKey = "LCtrl" AND A_TimeSincePriorHotkey
AutoHotkey Community 2009
-
LCtrl:: if (A_PriorHotKey = "LCtrl" AND A_TimeSincePriorHotkey
AutoHotkey Community 2009
-
It toggles the crouch function in the battlefield 2 game but to do so you have to double click the LCtrl.
AutoHotkey Community 2009
-
If I get up with another key (say "jump"), then the LCtrl don't work anymore and it won't crouch again ...
AutoHotkey Community 2009
-
; Changed: Trigger was changed to "~LCtrl" as ~ allows normal operation of key.
AutoHotkey Community 2009
-
; The last byte appears to contain modifier key state (LCtrl, LShift, LAlt, etc.); but it is easier to handle modifier keys using standard AutoHotkey functions.
AutoHotkey Community 2009
-
~LCtrl:: Keystrokes = \% Keystrokes\% ~LCtrl Up:: Keystrokes = \% Keystrokes\% ~RCtrl:: Keystrokes = \% Keystrokes\% ~RCtrl Up:: Keystrokes = \% Keystrokes\% ~LShift:: Keystrokes = \% Keystrokes\% ~LShift Up:: Keystrokes = \% Keystrokes\% ~*a:: Keystrokes = \% Keystrokes\% ~*a Up:: Keystrokes = \% Keystrokes\% ~*b:: Keystrokes = \% Keystrokes\% ~*b Up:: Keystrokes = \% Keystrokes\%
AutoHotkey Community 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.