Merge pull request #2725 from PumbaPe/add-tap-and-drag

Add tap and drag to sway-input
This commit is contained in:
Drew DeVault 2018-09-30 13:44:11 +02:00 committed by GitHub
commit 8f6aca2166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 0 deletions

View file

@ -67,6 +67,9 @@ The following commands may only be used in the configuration file.
*input* <identifier> click\_method none|button\_areas|clickfinger
Changes the click method for the specified device.
*input* <identifier> drag enabled|disabled
Enables or disables tap-and-drag for specified input device.
*input* <identifier> drag\_lock enabled|disabled
Enables or disables drag lock for specified input device.