SkillAgentSearch skills...

AbsoluteTouch

Turns your Synaptics touchpad into a tablet. Kind of.

Install / Use

/learn @apsun/AbsoluteTouch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AbsoluteTouch

Synaptics "absolute mode" emulation in software. Ever wanted to use your laptop touchpad to play osu!, or to draw your signature? Well, now you can!

This project is now deprecated in favor of the new AbsoluteTouchEx project, which is compatible with more touchpads and faster.

Requirements

  • A Synaptics touchpad
  • Synaptics COM libraries (if you installed the drivers, you probably have this)

Command-line arguments

| Argument | Description | |------------------|--------------------------------------------------------------------------------| | -t x1,y1,x2,y2 | Sets the mapped touchpad region (0 to 100, 0 = left/top, 100 = right/bottom) | | -s x1,y1,x2,y2 | Sets the mapped screen region (see above) | | -w weight | Sets the touch smoothing factor (0 to 100, 0 for no smoothing) | | -c | Enables left clicking by touching the touchpad | | -m | Enables your touchpad when the program starts, and disables it on exit |

Examples:

  • -w 50 -t 50,0,100,100 apply 50% touch smoothing and only use the right half of the touchpad.
  • -t 50,0,100,50 -s 50,0,100,50 make the top-right quarter of the touchpad map to the top-right quarter of the screen.

License

Distributed under the MIT License.

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated2mo ago
Forks9

Languages

C++

Security Score

95/100

Audited on Jan 23, 2026

No findings