Search found 3 matches

by Sdentin Heyatszhem
31 Jan 2019, 21:40
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 201652

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

I've run into another slight issue on my end: in the following code , I've essentially turned a side button on my mouse into a left click button. When I use this, however, each press sends two left clicks instead of one. A workaround I used was to simply add if (state == 1) { ... } to the callback f...
by Sdentin Heyatszhem
30 Jan 2019, 08:11
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 201652

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

@Sdentin Heyatszhem that behaviour would be expected for devices which are not regular USB. PS/2 devices, and built-in keyboards for laptops etc will quite possibly fall into this category Looking into it, I don't see how this is context mode specific The "Could not get Keyboard with VID 0x000, PID...
by Sdentin Heyatszhem
16 Jan 2019, 18:00
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 201652

I'm not sure if this is the result of me having installed Interception wrongly, but Monitor is displaying the VID/PID of my keyboard as "0x0000" and I tried using that value in ContextExample only for it to return "Could not get Keyboard with VID 0x000, PID 0x000, Instance 1". Monitor seems to be wo...

Go to advanced search