1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:02:08 +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:
Jean Lucas 2015-12-28 13:37:52 -03:00
parent 4d336f17b8
commit d0e110f17d

15
pages/linux/xinput.md Normal file
View 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}}`