From 2dc847873b684dfd6e700c06208bd875ab5d5abf Mon Sep 17 00:00:00 2001 From: Ben Anderson <63131015+Ben-D-Anderson@users.noreply.github.com> Date: Thu, 8 Jul 2021 13:13:59 +0000 Subject: [PATCH] xinput: add list-props and set-prop examples (#6205) --- pages/linux/xinput.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/xinput.md b/pages/linux/xinput.md index 54f59cfe3b..0821065460 100644 --- a/pages/linux/xinput.md +++ b/pages/linux/xinput.md @@ -21,3 +21,11 @@ - Reattach an input as slave to a master: `xinput reattach {{id}} {{master_id}}` + +- List settings of an input device: + +`xinput list-props {{id}}` + +- Change a setting of an input device: + +`xinput set-prop {{id}} {{setting_id}} {{value}}`