@evilC commented on GitHub (Mar 21, 2023):
Double-check that you are getting a value in mouseId
The "No such interface supported" error usually means you have an empty parameter
@evilC commented on GitHub (Mar 21, 2023):
I am not aware of a more up-to-date equivalent of the interception driver. What interception does could possibly be done with a combination of…
@evilC commented on GitHub (Mar 21, 2023):
Unlikely to be an AHI bug, quite possibly it's a bug in interception. One thing to check: Start the AHI monitor, check the ID of the asus keyboard Wai…
@killerpapy commented on GitHub (May 2, 2022):
Ok thanks for the explanation !
@evilC commented on GitHub (Apr 25, 2022):
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…
@killerpapy commented on GitHub (Apr 24, 2022):
Hello,
The touchpad action that i need is : the simple tap on the touch pad. Monitor app detect the touchpad and the click on buttons above the…
@mmelon commented on GitHub (May 27, 2022):
thx. AHI wasn't in scope. Feel a bit stupid but your response saved me so much time. thx again.
@evilC commented on GitHub (Apr 22, 2022):
What do you mean by "Touchpad action"? Does the Monitor app detect the touchpad? Does it see movements and clicks sent by the touchpad?
@evilC commented on GitHub (May 27, 2022):
No, AHI will never swallow it's own synthesized output. You're doing something wrong.
In KeyEvent()...
Is AHI in scope?
Is id1 in scope?
ie…