mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
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:
parent
47fd53812b
commit
e8d8abfbb5
8 changed files with 38 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue