Bluscream blu
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 16, 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 AHK…

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

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

Yes, the thread pooling is a matter of concern for me too
Crumbl3d submitted a PR with some code that makes all the callbacks fire in sequence - he…

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 16, 2022):

@wwboynton my guess would be that it's a data type issue. GetDeviceID will be using an integer, whereas GetDeviceIDByHandle will be using a string. …

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

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

I made a test release: https://github.com/evilC/AutoHotInterception/releases/tag/v0.4.0
Notice the extra concurrent param for the subscribe…

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

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

@evilC Am I doing something wrong. Or is there a simpler way to fix this? Or have you even already fixed it in a newer release?

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

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

Finally I found the cause of it and a fix for it. Keys become stuck because the event for key down is called after the key up event and thus…

blu commented on issue starred/AutoHotInterception-evilC-1#28 2026-02-07 13:50:16 +00:00
Mouse Wheel events

@archit9169 commented on GitHub (May 12, 2019):

Sorry my bad its working in some cases. Maybe the problem is else where.

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

@evilC commented on GitHub (Apr 13, 2019):

I would not be surprised if it were compatible now.
AHI does not use very much in the way of AHK code, it's mostly C#
It would need a version of…

blu opened issue starred/AutoHotInterception-evilC-1#29 2026-02-07 13:50:12 +00:00
Stuck Keys
blu opened issue starred/AutoHotInterception-evilC-1#28 2026-02-07 13:50:12 +00:00
Mouse Wheel events
blu opened issue starred/AutoHotInterception-evilC-1#30 2026-02-07 13:50:12 +00:00
AHK v2 compatibility
blu closed issue starred/AutoHotInterception-evilC-1#28 2026-02-07 13:50:12 +00:00
Mouse Wheel events
blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

@evilC commented on GitHub (Feb 26, 2019):

Oh yeah, and notice my tweaks to the syntax of your build events. $(TargetDir) ends with a \ anyway, so adding one after just results in \\, and…

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

@nikolovjovan commented on GitHub (Feb 26, 2019):

I don't see why mouse wheel would be inherently jittery for volume control?

I didn't really use the media keys to change volume but…

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

@nikolovjovan commented on GitHub (Feb 26, 2019):

Okay so it is building successfully once you add the interception dlls.

On the side note I think you kinda went overboard with the readmes and…

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

@evilC commented on GitHub (Feb 27, 2019):

One of the points of having it in there was to force the Dependencies folder to exist in the repo.
I don't know how to make the folder exist without…

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

@aidabeorn commented on GitHub (Mar 3, 2019):

@evilC typically the way to do that is to commit a file named eg. .gitkeep into the otherwise empty folder

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:11 +00:00
The v0.3.7 release is messed up

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

Should be fixed in 0.4.1

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:09 +00:00
The v0.3.7 release is messed up

@evilC commented on GitHub (Feb 26, 2019):

OK, so I just sat down to start fixing this mess, but it looks like you beat me to it?
Looking at your repo, it looks like you merged in my latest…

blu commented on issue starred/AutoHotInterception-evilC-1#27 2026-02-07 13:50:08 +00:00
The v0.3.7 release is messed up

@evilC commented on GitHub (Feb 25, 2019):

I don't see why mouse wheel would be inherently jittery for volume control?
Maybe if you were using a mapping such as WheelUp::Volume_Up, because…