summaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-10-25 16:24:32 -0400
committerLibravatar GitHub <noreply@github.com>2016-10-25 16:24:32 -0400
commitde074b9347b21ae0cd27afa5dfafac92707cf0d1 (patch)
tree6becd3422c2705199ae5e639020f32a9b9f334c9 /sway/sway-input.5.txt
parentMerge pull request #958 from Hummer12007/pango (diff)
parentAdd left_handed support for input devices (diff)
downloadsway-de074b9347b21ae0cd27afa5dfafac92707cf0d1.tar.gz
sway-de074b9347b21ae0cd27afa5dfafac92707cf0d1.tar.zst
sway-de074b9347b21ae0cd27afa5dfafac92707cf0d1.zip
Merge pull request #961 from t3hknr/master
Add left_handed support for input devices
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 17b74705..e92b523a 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -34,6 +34,9 @@ Commands
34 Enables or disables send_events for specified input device. 34 Enables or disables send_events for specified input device.
35 (Disabling send_events disables the input device) 35 (Disabling send_events disables the input device)
36 36
37**input** <identifier> left_handed <enabled|disabled>::
38 Enables or disables left handed mode for specified input device.
39
37**input** <identifier> middle_emulation <enabled|disabled>:: 40**input** <identifier> middle_emulation <enabled|disabled>::
38 Enables or disables middle click emulation. 41 Enables or disables middle click emulation.
39 42