From 452a615bb8f546fbeaddd7bacc71b5c597ab5629 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sun, 15 Dec 2019 01:33:33 -0500 Subject: seat_cmd_keyboard_grouping: change keymap to smart This removes `seat keyboard_grouping keymap` and replaces it with `seat keyboard_grouping smart`. The smart keyboard grouping will group based on both the keymap and repeat info. The reasoning for this is that deciding what the repeat info should be for a group is either arbitrary or non-deterministic when multiple keyboards in the group have repeat info configured (unless somehow exposed to the user in a reproducible uniquely identifiable fashion). --- sway/sway-input.5.scd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sway/sway-input.5.scd') diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index e1ae6781..a0f155fe 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -230,15 +230,15 @@ correct seat. "keyboard", "pointer", "touchpad", "touch", "tablet pad", "tablet tool", and "switch". The default behavior is to wake from idle on any event. -*seat* keyboard_grouping none|keymap +*seat* keyboard_grouping none|smart 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_. + it so each keyboard device has its own isolated state. _smart_ will + group the keyboards in the seat by their keymap and repeat info. This is + useful for when the keyboard appears as multiple separate input devices. + In this mode, the effective layout is synced between the keyboards in the + group. The default is _smart_. To restore the behavior of older versions + of sway, use _none_. *seat* pointer_constraint enable|disable|escape Enables or disables the ability for clients to capture the cursor (enabled -- cgit v1.2.3-54-g00ecf