Add left_handed support for input devices

Some users may want to switch buttons on their input devices, turns out
libinput already supports it. Let's add a support for it in our config.

Signed-off-by: Michał Winiarski <knr@hardline.pl>
This commit is contained in:
Michał Winiarski 2016-10-25 22:03:58 +02:00
parent 47fd53812b
commit e8d8abfbb5
8 changed files with 38 additions and 0 deletions

View file

@ -34,6 +34,9 @@ Commands
Enables or disables send_events for specified input device.
(Disabling send_events disables the input device)
**input** <identifier> left_handed <enabled|disabled>::
Enables or disables left handed mode for specified input device.
**input** <identifier> middle_emulation <enabled|disabled>::
Enables or disables middle click emulation.