Bug report for v1.1.34.02 Topic is solved

Report problems with documented functionality
w-e-w
Posts: 1
Joined: 23 May 2022, 10:26

Bug report for v1.1.34.02

Post by w-e-w » 23 May 2022, 11:08

found some hockey is not working after upgrading to v1.1.34.02
some issue with combineing context-sensitive hotkeys
  • z::
    z & x::
    z up:: (in a different context)
in v1.1.34.02 z:: may stop working if z & x:: or z up:: exist somether else

the below is a test I did and the resuls I found
it should function normally in v1.1.33.11 v1.1.34.00 v1.1.34.01
but have issues in v1.1.34.02

Code: Select all

#SingleInstance, force
#IfWinActive ahk_exe notepad.exe
z::     
;because of the below "z & x::" this is in effect z up::
ToolTip, Z Down notpad
Sleep, 1000
ToolTip
;work in v1.1.33.11, v1.1.34.00, v1.1.34.01
;break in 1.1.34.02, will work if "notpad z & x::" is comment out, also will also work if "explorer z up::" is comment out
Return

z & x::
ToolTip, z & x Down notpad
Sleep, 1000
ToolTip
;work in v1.1.33.11, v1.1.34.00, v1.1.34.01
;work in 1.1.34.02
Return

#IfWinActive ahk_exe explorer.exe
z up::
ToolTip, Z Up explorer
Sleep, 1000
ToolTip
;work in v1.1.33.11, v1.1.34.00, v1.1.34.01
;work in 1.1.34.02
Return

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

Re: Bug report for v1.1.34.02  Topic is solved

Post by lexikos » 04 Jun 2022, 22:45

Fixed by v1.1.34.03.

Post Reply

Return to “Bug Reports”