Skip to content

Simple Linux touchpad visualizer (internal tool)

License

Notifications You must be signed in to change notification settings

InputActions/touchpad-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touchpad Visualizer

Important

This tool is internal and intended to be used only for the development of InputActions. Feature requests are likely to be rejected.

Building

Dependencies:

  • Extra CMake Modules
  • Qt6 Widgets
  • libevdev
git clone https://github.com/InputActions/touchpad-visualizer
cd touchpad-visualizer
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make -j$(nproc)
sudo make install

Usage

Run inputactions-touchpad-visualizer.

Read access to the touchpad device is required. The tool can be run as root, or a udev rule may be created at /etc/udev/rules.d/71-touchpad.rules with the following contents:

ENV{ID_INPUT_TOUCHPAD}=="1", TAG+="uaccess"

This will give all programs read and write access to all touchpads.

Showcase

Screencast_20251206_160928.mp4

About

Simple Linux touchpad visualizer (internal tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published