diff options
author | Marius Orcsik <marius.orcsik@rocket-internet.de> | 2018-07-29 14:47:53 +0200 |
---|---|---|
committer | Marius Orcsik <marius.orcsik@rocket-internet.de> | 2018-07-29 14:47:53 +0200 |
commit | 7b9aee5451a08f63d9f9effed286cdb0339b4e5b (patch) | |
tree | 9f3b06b429cfcec1edb1e02ec46407eab64dfb36 /sway/sway-input.5.scd | |
parent | cded0ff7e80b81f26f98e55956a4c5a08552e5d5 (diff) |
Escaping underscores in tap_button_map
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index b2395273..707c36af 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -108,7 +108,7 @@ The following commands may only be used in the configuration file. *input* <identifier> tap enabled|disabled Enables or disables tap for specified input device. -*input* <identifier> tap_button_map lrm|lmr +*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 |