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:
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}}`
|
Reference in New Issue
Block a user