diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-14 06:11:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-14 06:11:44 -0700 |
commit | dbeb03aa680dde36bd917057a54dc2651b780f27 (patch) | |
tree | 078891937a369fae4a7399374c58c3352734f199 /sway/sway-input.5.scd | |
parent | 63f28bcf1efa0f60fef7d50d8c5db541295281c7 (diff) | |
parent | 13c6627ddb7dbe235426e123ee6ff8e6794bda6d (diff) | |
download | sway-dbeb03aa680dde36bd917057a54dc2651b780f27.tar.xz |
Merge pull request #2271 from RedSoxFan/implement-1569
Implement tap_button_map for input devices
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 4bc66394..b6391431 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -100,6 +100,12 @@ For more information on these xkb configuration options, see *input* <identifier> tap enabled|disabled Enables or disables tap for specified input device. +*input* <identifier> tap_button_map lrm|lmr + Specifies which button mapping to use for tapping. _lrm_ treats 1 finger as + left click, 2 fingers as right click, and 3 fingers as middle click. _lmr_ + treats 1 finger as left click, 2 fingers as middle click, and 3 fingers as + right click. + ## SEAT CONFIGURATION Configure options for multiseat mode. sway-seat commands must be used inside a |