what are codes

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
enes05
Posts: 13
Joined: 31 Oct 2018, 14:27

what are codes

14 Jun 2019, 15:41

ima set macro key what are the codes of (lshift) and (<) keys i did LCtrl but didnt wokr
enes05
Posts: 13
Joined: 31 Oct 2018, 14:27

Re: what are codes

14 Jun 2019, 16:17

swagfag wrote:
14 Jun 2019, 16:07
https://www.autohotkey.com/docs/KeyList.htm
or do this exercise if u need the vk and scan codes: https://www.autohotkey.com/docs/KeyList.htm#SpecialKeys
i looked at this already isnt it LCtrl and i couldnt find this (<)
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what are codes

14 Jun 2019, 16:26

its right there on the page i linked
LControl (or LCtrl) Left Control. Corresponds to the <^ hotkey prefix.
if there are problems with the code, show the code
enes05
Posts: 13
Joined: 31 Oct 2018, 14:27

Re: what are codes

14 Jun 2019, 16:45

swagfag wrote:
14 Jun 2019, 16:26
its right there on the page i linked
LControl (or LCtrl) Left Control. Corresponds to the <^ hotkey prefix.
if there are problems with the code, show the code
Left Control:: ; hızlı
While GetKeyState("Left Control","")
{
Send, {x down}
sleep, 0
Send, {x up}
sleep, 0
}

:: ; çok hızlı
while GetKeyState("<^", "")
{
Send, {x down}
sleep, 0
Send, {x up}
sleep, 0
}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], Descolada, Google [Bot], Jimmysan and 149 guests