Bluscream blu
blu commented on issue starred/AutoHotInterception-evilC-1#33 2026-02-07 13:50:30 +00:00
If multiple mouse buttons change state in one update, only one event will fire

@evilC commented on GitHub (Jun 3, 2019):

@crumbl3d FYI I just found a major issue with the button processing - it's possible for more than one button or wheel to change state in one update, and…

blu commented on issue starred/AutoHotInterception-evilC-1#33 2026-02-07 13:50:30 +00:00
If multiple mouse buttons change state in one update, only one event will fire

@nikolovjovan commented on GitHub (Jun 4, 2019):

@evilC Thanks for the heads-up! I think I merged the changes from this repo into my fork after the pull request was merged. Regardless, I am…

blu opened issue starred/AutoHotInterception-evilC-1#35 2026-02-07 13:50:30 +00:00
Review whether sleep in poll loop can be removed
blu opened issue starred/AutoHotInterception-evilC-1#34 2026-02-07 13:50:30 +00:00
Blocking mouse move does not seem implemented
blu opened issue starred/AutoHotInterception-evilC-1#36 2026-02-07 13:50:30 +00:00
AHK says NumLock SC is 325, but AHI thinks it is 69
blu opened issue starred/AutoHotInterception-evilC-1#31 2026-02-07 13:50:29 +00:00
Mouse move and button event possible in one update, but code does not cater for that
blu opened issue starred/AutoHotInterception-evilC-1#32 2026-02-07 13:50:29 +00:00
Stroke is either wholly blocked or not blocked, and only one type of input is processed per stroke
blu opened issue starred/AutoHotInterception-evilC-1#33 2026-02-07 13:50:29 +00:00
If multiple mouse buttons change state in one update, only one event will fire
blu closed issue starred/AutoHotInterception-evilC-1#31 2026-02-07 13:50:29 +00:00
Mouse move and button event possible in one update, but code does not cater for that
blu closed issue starred/AutoHotInterception-evilC-1#33 2026-02-07 13:50:29 +00:00
If multiple mouse buttons change state in one update, only one event will fire
blu commented on issue starred/AutoHotInterception-evilC-1#31 2026-02-07 13:50:29 +00:00
Mouse move and button event possible in one update, but code does not cater for that

@evilC commented on GitHub (Jun 10, 2019):

Merged multiple related issues into #39

blu commented on issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:25 +00:00
AHK v2 compatibility

@God-damnit-all commented on GitHub (Feb 27, 2023):

I would doubt that you could make one version of the AHK files that was backwards compatible, but it should be possible to have one DLL which…

blu commented on issue starred/AutoHotInterception-evilC-1#29 2026-02-07 13:50:25 +00:00
Stuck Keys

@evilC commented on GitHub (May 17, 2019):

#bug: sending RShift instantly kills my script.

If this is persisting, can you raise another issue please?

blu commented on issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:22 +00:00
AHK v2 compatibility

@God-damnit-all commented on GitHub (May 17, 2022):

There were some breaking changes to v2 syntax that required some adjustment, but I have managed to get a v2 version partially working against…

blu commented on issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:22 +00:00
AHK v2 compatibility

@wwboynton commented on GitHub (May 17, 2022):

I'll have to look later if it's backwards compatible or not -- I ran it through a syntax converter to start and then just followed the trail for the…

blu commented on issue starred/AutoHotInterception-evilC-1#29 2026-02-07 13:50:22 +00:00
Stuck Keys

@MartinLichtblau commented on GitHub (May 15, 2019):

Thank you so much! The good news is that I can't reproduce the bug, neither with the concurrent param true, false or none at all. I'll try…

blu commented on issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:22 +00:00
AHK v2 compatibility

@God-damnit-all commented on GitHub (May 17, 2022):

I'll have to look later if it's backwards compatible or not -- I ran it through a syntax converter to start and then just followed the trail…

blu commented on issue starred/AutoHotInterception-evilC-1#29 2026-02-07 13:50:22 +00:00
Stuck Keys

@evilC commented on GitHub (May 15, 2019):

The good news is that I can't reproduce the bug, neither with the concurrent param true, false or none at all

Hmm, strange. There were quite a…

blu commented on issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:22 +00:00
AHK v2 compatibility

@evilC commented on GitHub (May 18, 2022):

I would doubt that you could make one version of the AHK files that was backwards compatible, but it should be possible to have one DLL which is…

blu commented on issue starred/AutoHotInterception-evilC-1#29 2026-02-07 13:50:22 +00:00
Stuck Keys

@MartinLichtblau commented on GitHub (May 17, 2019):

0.4.1 works fine! Interestingly the first thing I noticed with both new versions is the responsiveness. Typing feels so much smoother now.…