phanen / pad2mod

a key event simulator, help you turns touchpad pressing into modifier key pressing (on X11)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a key event simulator, help you turns touchpad pressing into modifier key pressing (on X11)

License:GNU General Public License v2.0


Languages

Language:C 100.0%