@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…
@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…
@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. …
@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…
@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?
@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…
@archit9169 commented on GitHub (May 12, 2019):
Sorry my bad its working in some cases. Maybe the problem is else where.
@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…
@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…
@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…
@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…
@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…
@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
@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…
@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…