mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 04:46:42 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/uinput
Normal file
21
tldr/linux/uinput
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# uinput
|
||||
|
||||
> Intercept and write input events to a virtual keyboard device using /dev/uinput.
|
||||
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#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 ...}}`
|
||||
Reference in New Issue
Block a user