add paragraph to sway-input man page

The added paragraph describes how to get button identifier and set it in
config.
This commit is contained in:
Robert Kubosz 2018-07-12 15:35:14 +02:00
parent 08edaf4e76
commit 20d6c7c2e4
No known key found for this signature in database
GPG Key ID: 781954F8F9DF3043
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ For more information on these xkb configuration options, see
*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
Changes the scroll method for the specified input device.
*input* <identifier> scroll\_button <button\_identifier>
Sets button used for scroll\_method on\_button\_down. The button identifier
can be obtained from `libinput debug-events`.
If set to 0, it disables the scroll\_button on\_button\_down.
*input* <identifier> tap enabled|disabled
Enables or disables tap for specified input device.