Bluscream blu
blu commented on issue starred/AutoHotInterception-evilC-1#23 2026-02-07 13:49:49 +00:00
External Mice stopped working

@MartinLichtblau commented on GitHub (Feb 1, 2019):

Indeed the mouse stops working after some hibernations. BUT the same happens when turning the mouse on/off multiple (~7) times. Once this…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:48 +00:00
Ignore key up when using subscriptions

@Revvilo commented on GitHub (Dec 2, 2018):

Awesome. And yes, that's what I was originally doing to avoid a big copy-paste tower of subscriptions, but man, this is taking it to a new level. So…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:48 +00:00
Ignore key up when using subscriptions

@Revvilo commented on GitHub (Dec 3, 2018):

So in regards to the original issue and now knowing that I can use .Bind(); I subscribed all keys to the same callback, binding the code and name

blu opened issue starred/AutoHotInterception-evilC-1#22 2026-02-07 13:49:48 +00:00
Can I use this to record key's sequence entered from specific keyboard?
blu opened issue starred/AutoHotInterception-evilC-1#23 2026-02-07 13:49:48 +00:00
External Mice stopped working
blu opened issue starred/AutoHotInterception-evilC-1#24 2026-02-07 13:49:48 +00:00
Investigate issues with devices stopping working after hibernate
blu commented on issue starred/AutoHotInterception-evilC-1#22 2026-02-07 13:49:48 +00:00
Can I use this to record key's sequence entered from specific keyboard?

@evilC commented on GitHub (Jan 30, 2019):

Cannot reproduce this issue on my PC, your script works fine

blu commented on issue starred/AutoHotInterception-evilC-1#23 2026-02-07 13:49:48 +00:00
External Mice stopped working

@evilC commented on GitHub (Jan 30, 2019):

Define "Not working". Do you mean that they no longer function in Windows as mice, or do you mean that AHI does not see them?
This seems unlikely to…

blu commented on issue starred/AutoHotInterception-evilC-1#24 2026-02-07 13:49:48 +00:00
Investigate issues with devices stopping working after hibernate

@MartinLichtblau commented on GitHub (Aug 9, 2019):

So I've faced this issue many times now and when I did I always did a restart, since that's the only thing that works; Replugging, Disabling…

blu commented on issue starred/AutoHotInterception-evilC-1#23 2026-02-07 13:49:48 +00:00
External Mice stopped working

@MartinLichtblau commented on GitHub (Feb 1, 2019):

They didn't respond. Didn't show up in AHI, through e.g. your Monitor.ahk. But were shown in Windows Device Manager. But more I didn't check.…

blu commented on issue starred/AutoHotInterception-evilC-1#24 2026-02-07 13:49:48 +00:00
Investigate issues with devices stopping working after hibernate

@evilC commented on GitHub (Aug 9, 2019):

This is a known issue. Unplugging and replugging a device will cause the ID to increment.
Once it increments to beyond ID 10 (For keyboards) or 20…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:45 +00:00
Ignore key up when using subscriptions

@evilC commented on GitHub (Dec 2, 2018):

It will override.
I suppose you don't have to go with either one func per key or one func for all, you could split it up.
eg you could maybe have a…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:43 +00:00
Ignore key up when using subscriptions

@Revvilo commented on GitHub (Dec 2, 2018):

Oh jeez. Ok yeah, that might have been a good idea to use first... might've taken me a while to come up with that, so I appreciate the jump-start! I…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:39 +00:00
Ignore key up when using subscriptions

@Revvilo commented on GitHub (Dec 1, 2018):

Ah, okay. Too bad. I'm actually finding the key up event useful a lot more than I thought I would, so it doesn't seem to be as big of an issue as it…

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:39 +00:00
Ignore key up when using subscriptions

@evilC commented on GitHub (Dec 2, 2018):

I corrected the docs, thanks.

If you want to subscribe to every key on the keyboard, you could use a function like this:

AHI := new…
blu commented on issue starred/AutoHotInterception-evilC-1#19 2026-02-07 13:49:38 +00:00
Sending special characters via callback

@Revvilo commented on GitHub (Dec 5, 2018):

No, it doesn't, made sure to check that first. Sorry I was a bit tired when writing that and must've spaced out on it.

blu commented on issue starred/TS3PatchExtensions-exp111-1#13 2026-02-07 13:49:38 +00:00
None of these extension works

@exp111 commented on GitHub (Sep 18, 2020):

I don't know if the TS3Patch is even updated to the newest version and as these plugins rely on that plugin I can't do much without it.

blu commented on issue starred/AutoHotInterception-evilC-1#20 2026-02-07 13:49:38 +00:00
Bonus: UAC override

@MartinLichtblau commented on GitHub (Jan 13, 2019):

Didn't mean it like this. Anyway... Another bonus: the send commands go even deeper than the windows key registry remaps.

blu commented on issue starred/AutoHotInterception-evilC-1#21 2026-02-07 13:49:38 +00:00
Ignore key up when using subscriptions

@evilC commented on GitHub (Dec 1, 2018):

The Monitor is incapable of blocking.
As the code currently stands, you would have to declare a subscription to every key on the keyboard, and set the…

blu commented on issue starred/AutoHotInterception-evilC-1#19 2026-02-07 13:49:38 +00:00
Sending special characters via callback

@Revvilo commented on GitHub (Dec 5, 2018):

Ah okay, I'd guess that this might be the normal behaviour of the character and AHK just has a system in place to allow for what I did in `SendInput,…