Bluscream blu
blu commented on issue starred/AutoHotInterception-evilC-1#70 2026-02-07 13:52:13 +00:00
Press-and-hold character input delay in full remap of HID remote

@RadekPilich commented on GitHub (Nov 8, 2025):

This required some fixing for v2 and my use case. Here is the code

#Requires AutoHotkey v2.0
#SingleInstance Force
Persistent
#include…
blu commented on issue starred/AutoHotInterception-evilC-1#70 2026-02-07 13:52:13 +00:00
Press-and-hold character input delay in full remap of HID remote

@evilC commented on GitHub (Mar 21, 2023):

Could do with clarification here It's the line "With the script running, the same delay occurs, but only with my new key" that is confusing me,…

blu closed issue starred/AutoHotInterception-evilC-1#71 2026-02-07 13:52:13 +00:00
subscribe all swallows it's own synthesised output
blu closed issue starred/AutoHotInterception-evilC-1#72 2026-02-07 13:52:13 +00:00
Touchpad laptop not detected
blu opened issue starred/AutoHotInterception-evilC-1#72 2026-02-07 13:52:13 +00:00
Touchpad laptop not detected
blu opened issue starred/AutoHotInterception-evilC-1#71 2026-02-07 13:52:13 +00:00
subscribe all swallows it's own synthesised output
blu opened issue starred/AutoHotInterception-evilC-1#70 2026-02-07 13:52:13 +00:00
Press-and-hold character input delay in full remap of HID remote
blu commented on issue starred/AutoHotInterception-evilC-1#68 2026-02-07 13:52:08 +00:00
Unable to find AutoHotInterception.dll

@OSsqirat commented on GitHub (Feb 24, 2024):

Fix Unable to find AutoHotInterception.dll

Just download it from an older version on the Release Page and put it in the Lib folder... and it…

blu commented on issue starred/AutoHotInterception-evilC-1#69 2026-02-07 13:52:04 +00:00
Mouse Freeze Script being killed by OS?

@evilC commented on GitHub (Jan 12, 2022):

This script will never run, because there is no such function Meow

blu commented on issue starred/AutoHotInterception-evilC-1#68 2026-02-07 13:52:04 +00:00
Unable to find AutoHotInterception.dll

@evilC commented on GitHub (Jan 12, 2022):

You need to download AHI from the Releases Page

blu commented on issue starred/AutoHotInterception-evilC-1#67 2026-02-07 13:52:02 +00:00
Like the mouse ID, only one of them can be recognized

@evilC commented on GitHub (Mar 21, 2023):

Use device handle (ie AHI.GetMouseIdFromHandle()) This will uniquely identify the two mice

blu closed issue starred/AutoHotInterception-evilC-1#68 2026-02-07 13:52:01 +00:00
Unable to find AutoHotInterception.dll
blu closed issue starred/AutoHotInterception-evilC-1#69 2026-02-07 13:52:01 +00:00
Mouse Freeze Script being killed by OS?
blu closed issue starred/AutoHotInterception-evilC-1#67 2026-02-07 13:52:01 +00:00
Like the mouse ID, only one of them can be recognized
blu opened issue starred/AutoHotInterception-evilC-1#69 2026-02-07 13:52:01 +00:00
Mouse Freeze Script being killed by OS?
blu opened issue starred/AutoHotInterception-evilC-1#68 2026-02-07 13:52:01 +00:00
Unable to find AutoHotInterception.dll
blu opened issue starred/AutoHotInterception-evilC-1#67 2026-02-07 13:52:01 +00:00
Like the mouse ID, only one of them can be recognized
blu commented on issue starred/AutoHotInterception-evilC-1#64 2026-02-07 13:52:01 +00:00
AHI.SendKeyEvent doesn't seem to set the .isActive context for that device

@mmelon commented on GitHub (Aug 14, 2021):

thanks for that. Talk looks very useful.

blu commented on issue starred/AutoHotInterception-evilC-1#66 2026-02-07 13:52:01 +00:00
Accessibility Compliance

@evilC commented on GitHub (Mar 21, 2023):

Are you talking about the Monitor.ahk app here?

blu commented on issue starred/AutoHotInterception-evilC-1#64 2026-02-07 13:52:01 +00:00
AHI.SendKeyEvent doesn't seem to set the .isActive context for that device

@evilC commented on GitHub (Aug 14, 2021):

Only one script at a time can be interacting with each keyboard, so this would never work I am surprised even that it does work when does as part of…