All Projects → apsun → AbsoluteTouch

apsun / AbsoluteTouch

Licence: MIT License
Turns your Synaptics touchpad into a tablet. Kind of.

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to AbsoluteTouch

asus-touchpad-numpad-driver
Activate Numpad inside the touchpad with top right corner switch
Stars: ✭ 203 (+534.38%)
Mutual labels:  touchpad
windows-touchpad
Make use of touchpad for handwriting in Windows
Stars: ✭ 30 (-6.25%)
Mutual labels:  touchpad
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (-28.12%)
Mutual labels:  touchpad
gestures
Outdated page, see GitLab link:
Stars: ✭ 21 (-34.37%)
Mutual labels:  touchpad
funcd
Daemon for functional keys (works without X11)
Stars: ✭ 14 (-56.25%)
Mutual labels:  touchpad
Fusuma
Multitouch gestures with libinput driver on Linux
Stars: ✭ 2,870 (+8868.75%)
Mutual labels:  touchpad
Touchegg
Linux multi-touch gesture recognizer
Stars: ✭ 2,241 (+6903.13%)
Mutual labels:  touchpad
Libinput Gestures
Actions gestures on your touchpad using libinput
Stars: ✭ 3,212 (+9937.5%)
Mutual labels:  touchpad
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+162.5%)
Mutual labels:  touchpad
gnome-gesture-improvements
Touchpad gesture improvements for GNOME on Wayland/X11
Stars: ✭ 53 (+65.63%)
Mutual labels:  touchpad

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].