Script that makes gestures available when button hovering on Tablet PC.
Windows allows you to use mouse gestures in various programs (StrokeIt, GestureSign). However, the stylus (pen) doesn't work with these gestures. This Program makes it by allowing mouse gestures during Hovering stylus(pen) with pressing button.
Install AutoHotkey and run Pen.ahk. The Pen.ahk script will run only if the AHKHID.ahk script is in the same folder.
- During Pen Hovering, press and hold the second button of the pen and execute the mouse gesture. The buttons in the mouse gesture program are based on right-click.
- During Pen Hovering, double click the 2nd button make the {WIN + TAB} button pressed to activate the app switcher.
If the Pen is hovering on the screen in the WindowsOS, the mouse will follow to that coordinates. However, in Chrome and certain apps, the pen's coordinates and mouse's coordinates do not match, so they're set to move apart. Because of this, I made two coordinates matched.
- TheGood (AHK Forums) / jleb (Github) for writing AHKHID.
- Randy31416 (AHK Forums) for providing some good starting material.
- Surface-Pro-AutoHotkey