Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 203 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 203 Bytes

intro

Turn your touchpad into modifier key

dependencies

  • touch capture: libinput libudev
  • keyevent simulation: x11

build

gcc -o touchpad-to-alt test.c -linput -lX11 -lXtst -ludev