aboutsummaryrefslogtreecommitdiff
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd10
1 files changed, 10 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index d0bf648b..5631293c 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -218,6 +218,16 @@ correct seat.
disables hiding the cursor. The minimal timeout is 100 and any value less
than that (aside from 0), will be increased to 100.
+*seat* <name> keyboard_grouping none|keymap
+ Set how the keyboards in the seat are grouped together. Currently, there
+ are two options. _none_ will disable all keyboard grouping. This will make
+ it so each keyboard device has its own isolated state. _keymap_ will
+ group the keyboards in the seat by their keymap. This is useful for when
+ the keyboard appears as multiple separate input devices. In this mode,
+ the effective layout and repeat info are also synced between the keyboards
+ in the group. The default is _keymap_. To restore the behavior of older
+ versions of sway, use _none_.
+
*seat* <name> pointer_constraint enable|disable|escape
Enables or disables the ability for clients to capture the cursor (enabled
by default) for the seat. This is primarily useful for video games. The