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

Report problems with documented functionality
andraaspar
Posts: 7
Joined: 16 Mar 2021, 07:13

#InputLevel 1 + #If : no hotkeys are working

Post by andraaspar » 22 Apr 2021, 02:38

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.

lexikos
Posts: 9494
Joined: 30 Sep 2013, 04:07
Contact:

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

Post by lexikos » 23 Apr 2021, 03:05

Fixed by v1.1.33.08.

andraaspar
Posts: 7
Joined: 16 Mar 2021, 07:13

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

Post by andraaspar » 26 Apr 2021, 09:34

Thank you for the fix!

Post Reply

Return to “Bug Reports”