2025-05-31 20:41:52 +05:45
|
|
|
# uinput
|
|
|
|
|
|
|
|
> Intercept and write input events to a virtual keyboard device using /dev/uinput.
|
2025-06-12 07:30:33 +03:00
|
|
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#uinput>.
|
2025-05-31 20:41:52 +05:45
|
|
|
|
|
|
|
- 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 ...}}`
|