mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 18:55:34 +02:00
parent
c1e7809b63
commit
a2ee32a825
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# intercept
|
# intercept
|
||||||
|
|
||||||
> Read raw input events from a specified input event device and redirect it to stdout.
|
> Read raw input events from a specified input event device and redirect it to stdout.
|
||||||
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#intercept>.
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#intercept>.
|
||||||
|
|
||||||
- Read and output raw input events from a given input device file (the system will not see any key presses):
|
- Read and output raw input events from a given input device file (the system will not see any key presses):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# mux
|
# mux
|
||||||
|
|
||||||
> Intercept and multiplex streams of input events.
|
> Intercept and multiplex streams of input events.
|
||||||
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#mux>.
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#mux>.
|
||||||
|
|
||||||
- Create a new muxer with a specified name:
|
- Create a new muxer with a specified name:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Intercept and monitor input devices for launching tasks.
|
> Intercept and monitor input devices for launching tasks.
|
||||||
> Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`).
|
> Filters or modifies events according to configuration file(s) (default: `/etc/interception/udevmon.d/*.yaml`).
|
||||||
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master?ref_type=heads#udevmon>.
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#udevmon>.
|
||||||
|
|
||||||
- Start udevmon with specified configuration file:
|
- Start udevmon with specified configuration file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# uinput
|
# uinput
|
||||||
|
|
||||||
> Intercept and write input events to a virtual keyboard device using /dev/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>.
|
> More information: <https://gitlab.com/interception/linux/tools/-/tree/master#uinput>.
|
||||||
|
|
||||||
- Show resulting YAML device description merge and exit (dry-run):
|
- Show resulting YAML device description merge and exit (dry-run):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue