mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Added xinput command for Linux
The xinput utility is useful when you want to turn off a input device (laptop keyboard, for example).
This commit is contained in:
parent
4d336f17b8
commit
d0e110f17d
1 changed files with 15 additions and 0 deletions
15
pages/linux/xinput.md
Normal file
15
pages/linux/xinput.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# xinput
|
||||||
|
|
||||||
|
> a utility to list available input devices, query information about a device and change input device settings
|
||||||
|
|
||||||
|
- List all input devices.
|
||||||
|
|
||||||
|
`xinput list`
|
||||||
|
|
||||||
|
- Disconnect an input from a master.
|
||||||
|
|
||||||
|
`xinput float {{id}}`
|
||||||
|
|
||||||
|
- Reattach an input as slave to a master
|
||||||
|
|
||||||
|
`xinput float {{id}} {{master id}}`
|
Loading…
Add table
Reference in a new issue