diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:35:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:35:45 -0500 |
commit | 4eb0767414fe404adf1c0b0be7c719f5ac115684 (patch) | |
tree | 472e620249f29c62e50df28faa36c3223d3d1fe4 /sway/sway-input.5.scd | |
parent | 9ce4d53e789b5a3b3f521585a5a0ff62e341468b (diff) | |
parent | 4dba42555f123e68b81d3587c9ea55ecc0d40d84 (diff) |
Merge pull request #3398 from RedSoxFan/toggle-input-events
input events: toggle and ipc get_inputs
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 820194a9..c54babaa 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -82,9 +82,12 @@ The following commands may only be used in the configuration file. *input* <identifier> dwt enabled|disabled Enables or disables disable-while-typing for the specified input device. -*input* <identifier> events enabled|disabled|disabled\_on\_external\_mouse - Enables or disables send\_events for specified input device. (Disabling - send\_events disables the input device) +*input* <identifier> events enabled|disabled|disabled\_on\_external\_mouse|toggle + Enables or disables send\_events for specified input device. Disabling + send\_events disables the input device. The _toggle_ option cannot be used + in the config. The order is enabled, disabled\_on\_external\_mouse, + disabled, (loop back to enabled). Any mode which is not supported by the + device will be skipped during the toggle. *input* <identifier> left\_handed enabled|disabled Enables or disables left handed mode for specified input device. |