Bluscream blu
blu commented on issue starred/AutoHotInterception-evilC-1#61 2026-02-07 13:51:53 +00:00
destroy ContextManager

@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?

blu commented on issue starred/AutoHotInterception-evilC-1#63 2026-02-07 13:51:51 +00:00
Would it be possible to use interception_wait instead of a 1ms polling loop, to reduce CPU usage?

@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…

blu closed issue starred/AutoHotInterception-evilC-1#61 2026-02-07 13:51:48 +00:00
destroy ContextManager
blu opened issue starred/AutoHotInterception-evilC-1#63 2026-02-07 13:51:48 +00:00
Would it be possible to use interception_wait instead of a 1ms polling loop, to reduce CPU usage?
blu opened issue starred/AutoHotInterception-evilC-1#62 2026-02-07 13:51:48 +00:00
Compilation doesn't seem to include Interception files (or extracts improperly)
blu opened issue starred/AutoHotInterception-evilC-1#61 2026-02-07 13:51:47 +00:00
destroy ContextManager
blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@evilC commented on GitHub (Sep 10, 2024):

So you want to use CTRL+2 for tap and hold, not just 2?

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…
blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:45 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:44 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@Momen-kh commented on GitHub (Sep 9, 2024):

@TheBestPessimist Thanks a lot. I wish you luck in finding what you seek.

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:44 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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)…
blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:44 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:44 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@evilC commented on GitHub (Sep 9, 2024):

If I understood what you were trying to do, I could maybe help...

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:41 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@TheBestPessimist commented on GitHub (Sep 9, 2024):

Nope. I don't need multiple device control anymore. Gave up on it

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:39 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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.

blu commented on issue starred/AutoHotInterception-evilC-1#60 2026-02-07 13:51:36 +00:00
How to use subscription mode + key modifiers (shift, ctrl, etc)

@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…