logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Uinput - Control Input Events | Online Free DevTools by Hexmos

Control input events with uinput, a powerful command-line tool for Linux. Create and manage virtual input devices, merge YAML descriptions, and intercept events. Free online tool, no registration required.

uinput

Intercept and write input events to a virtual keyboard device using /dev/uinput. More information: https://gitlab.com/interception/linux/tools/-/tree/master#uinput.

  • Show resulting YAML device description merge and exit (dry-run):

uinput -p

  • Merge YAML device description(s) to resulting virtual device:

sudo uinput -c {{path/to/device1.yaml path/to/device2.yaml ...}}

  • Merge reference device description from device node(s) to resulting virtual device:

sudo uinput -d {{/dev/input/eventX /dev/input/eventY ...}}

See Also