@serzh82saratov commented on GitHub (Jan 31, 2021):
If I do this for everyone try AHI.CreateContextManager (0) Or so for one AHI.Instance.SetContextCallback (4, {}) Can this affect stability?
@AlexVallat commented on GitHub (May 27, 2021):
As an experiment, I've converted ScanCodeChecker to use Wait instead of polling in my fork: https://github.com/AlexVallat/AutoHotInterception/commit…
@Momen-kh commented on GitHub (Sep 10, 2024):
Thanks a lot OK. Before I was using morse function to control press-and-hold patterns for keys in my mouse ( a mouse with 12 buttons) but the…
@evilC commented on GitHub (Sep 10, 2024):
So you want to use CTRL+2 for tap and hold, not just 2?
@Momen-kh commented on GitHub (Sep 10, 2024):
No sir. I want CTRL+2 for normal function. like send a message or somehing and 2 only for press-and-hold patterns
@evilC commented on GitHub (Sep 10, 2024):
To use CTRL+2, you could do something like this: (Untested code)
; Demonstrates Interception Subscription Mode with TapHoldManager
#SingleInstan…
@evilC commented on GitHub (Sep 10, 2024):
Oh, if you want it the other way around, then simply swap the ITH.SetState() commands in the above example - ie set state to 0 on Ctrl down, and to 1…
@Momen-kh commented on GitHub (Sep 11, 2024):
Thanks a lot for helping me. I tried a lot but with no luck Holding ctrl with ( button 1 in my mouse ) also executes Func1. and the ctrl button…
@evilC commented on GitHub (Sep 11, 2024):
I don't have interception installed on my PC at the moment, so cannot really write tested code for AHI I cannot really test the non-AHI code you posted…
@Momen-kh commented on GitHub (Sep 9, 2024):
@TheBestPessimist Thanks a lot. I wish you luck in finding what you seek.
@evilC commented on GitHub (Sep 9, 2024):
@Momen-kh Hard to tell what you are doing, there's so much WTF ?!? in that code
#If ( WinActive("ahk_exe notepad.exe") && (contex_1.IsActive)…
@Momen-kh commented on GitHub (Sep 9, 2024):
@evilC I am sorry about that mess. I don’t know coding. All I want to do is to customise my mouse buttons to use it for graphic design apps. I…
@evilC commented on GitHub (Sep 9, 2024):
If I understood what you were trying to do, I could maybe help...
@TheBestPessimist commented on GitHub (Sep 9, 2024):
Nope. I don't need multiple device control anymore. Gave up on it
@Momen-kh commented on GitHub (Sep 9, 2024):
@TheBestPessimist Thanks for your reply are you using another method to control your extra devices? Thanks a lot.
@TheBestPessimist commented on GitHub (Sep 9, 2024):
@Momen-kh i no longer use Interception and AutoHotInterception respectively, as the Interception driver's 10 USB devices limitation has proven…