Add xinput examples
authorindvd00m <gotoindvdum@gmail.com>
Wed, 22 Apr 2020 13:49:29 +0300
changeset 5711f61cdc24ef
parent 56 4f52eb732401
child 58 990acf755401
Add xinput examples
cmds.script
     1.1 --- a/cmds.script	Fri Nov 08 11:44:44 2019 +0300
     1.2 +++ b/cmds.script	Wed Apr 22 13:49:29 2020 +0300
     1.3 @@ -154,3 +154,13 @@
     1.4  
     1.5  # информация о системе: cpu, gpu, etc
     1.6  inxi -Fxz
     1.7 +
     1.8 +# показать весь ввод
     1.9 +xinput test-xi2 --root
    1.10 +
    1.11 +# показать и настроить устройства ввода
    1.12 +xinput
    1.13 +xinput list-props "Kensington Expert Mouse"
    1.14 +xinput set-prop "Kensington Expert Mouse" 316 2 1
    1.15 +xinput get-button-map "Kensington Expert Mouse"
    1.16 +xinput set-button-map "Kensington Expert Mouse" 1 8 3 5 4 6 7 2