Clive Galway

Results 286 comments of Clive Galway

@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. Everything in AHK v1 is essentially...

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 compatible with...

What do you mean by "Touchpad action"? Does the Monitor app detect the touchpad? Does it see movements and clicks sent by the touchpad?

It's most likely that those functions are handled at a software level by the OS, not at a hardware level. Interception can only speak directly to the hardware, so that's...

Apologies for not getting back to you on this - I did try various combinations before and never really found anything that relliably worked. Changing sleep values around seemed to...

TBH I am really not sure, I certainly don't recall ever investigating `interception_wait` I just had a play (https://github.com/evilC/AutoHotInterception/tree/interception_wait) and it seems to work just fine (Only tested for Subscription...

Updated ScanCodeChecker in `interception_wait` branch to use waiting without modifying ManagedWrapper BTW are you in the Discord channel?

What I meant by that was that context mode is generally glitchy. I am not sure I have any scripts which repro issues, it's been so long since I looked...

A big thankyou @AlexVallat for alerting me to this Interception feature. I have now released AHI 0.6.0 which implements WaitWithTimeout and a CancellationToken I have not yet updated the ScanCodeChecker...

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 (For mice), it...