Page 1 of 1

#InputLevel 1 + #If : no hotkeys are working

Posted: 22 Apr 2021, 02:38
by andraaspar
Hi,

I'm trying to make the following work on Autohotkey v1.1.33.07:

Code: Select all

#InputLevel 1
#If true
z::y
y::z
But it does not. There is no input when I hit the remapped key. I tried swapping the #InputLevel and the #If, but it does not fix the issue. Any suggestions are welcome.

Re: #InputLevel 1 + #If : no hotkeys are working  Topic is solved

Posted: 23 Apr 2021, 03:05
by lexikos
Fixed by v1.1.33.08.

Re: #InputLevel 1 + #If : no hotkeys are working

Posted: 26 Apr 2021, 09:34
by andraaspar
Thank you for the fix!