evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
707 stars 64 forks source link

No Left/Right click detection with Graphic Tablet Pen and Windows Ink #92

Closed Serallan closed 2 years ago

Serallan commented 2 years ago

When using a Wacom Tablet with Windows Ink enabled so the pen pressure works, AHI fails to detect left and right clicks coming from the pen. This can be verified with the Monitor script or through AHI. This issue was tested on Windows 8.1 and 10, using the latest AHI release.

To reproduce the issue:

  1. Map at least one pen button to left or right click. Map another button to "Middle Click" for comparison.
  2. Ensure Windows Ink is enabled in the tablet preferences.
  3. Run Monitor, select the pen and try the buttons.

Edit: Further investigation shows that the pen is sending artificial clicks when Ink is activated. I'm closing this as I suspect it falls outside the support of the interception driver.