From d0e110f17d59fd923833836bcf59b4f5e91a3f7c Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Mon, 28 Dec 2015 13:37:52 -0300 Subject: [PATCH] Added xinput command for Linux The xinput utility is useful when you want to turn off a input device (laptop keyboard, for example). --- pages/linux/xinput.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/xinput.md diff --git a/pages/linux/xinput.md b/pages/linux/xinput.md new file mode 100644 index 0000000000..70a889393b --- /dev/null +++ b/pages/linux/xinput.md @@ -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}}`