mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
Escaping underscores in tap_button_map
This commit is contained in:
parent
cded0ff7e8
commit
7b9aee5451
|
@ -108,7 +108,7 @@ The following commands may only be used in the configuration file.
|
||||||
*input* <identifier> tap enabled|disabled
|
*input* <identifier> tap enabled|disabled
|
||||||
Enables or disables tap for specified input device.
|
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
|
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_
|
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
|
treats 1 finger as left click, 2 fingers as middle click, and 3 fingers as
|
||||||
|
|
Loading…
Reference in a new issue