Home Technical Talk

AutoHotKey Shift + numbers aren't working

polycounter lvl 12
Offline / Send Message
ZombieWells polycounter lvl 12
So I want  to bind my Shift + 2 to a double tap for autohotkey, but the syntax is +=Shift. (and others !=alt  ^=ctrl  +=shift  #=win ) it looks something like this ~+2::RapidHotkey("^{k}", 2, 0.2) I tried  ~+{2}::RapidHotkey("^{k}", 2, 0.2) and putting Raw in front of it, or {LSHIFT}2 nothing is happening. I think AHK thinks the shift is a plus? Just that I hit up polycount. Thanks!
Sign In or Register to comment.