@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…
@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,…
@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…
@evilC commented on GitHub (Jan 12, 2022):
This script will never run, because there is no such function Meow
@evilC commented on GitHub (Jan 12, 2022):
You need to download AHI from the Releases Page
@evilC commented on GitHub (Mar 21, 2023):
Use device handle (ie AHI.GetMouseIdFromHandle())
This will uniquely identify the two mice
@mmelon commented on GitHub (Aug 14, 2021):
thanks for that. Talk looks very useful.
@evilC commented on GitHub (Mar 21, 2023):
Are you talking about the Monitor.ahk app here?
@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…