aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-06-10 08:38:56 +0300
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-06-10 01:41:44 -0400
commit3f2518edc1707972a7221b70a1bcffb82fbfe958 (patch)
tree82cbd93045951a8e84c40dcf06d7150cd5c4295a /sway/sway-input.5.scd
parentAdd a new xkb_switch_layout command (diff)
downloadsway-3f2518edc1707972a7221b70a1bcffb82fbfe958.tar.gz
sway-3f2518edc1707972a7221b70a1bcffb82fbfe958.tar.zst
sway-3f2518edc1707972a7221b70a1bcffb82fbfe958.zip
Add missing docs for xkb_switch_layout
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 3191bddf..be173c45 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -57,6 +57,11 @@ For more information on these xkb configuration options, see
57*input* <identifier> xkb_rules <rules> 57*input* <identifier> xkb_rules <rules>
58 Sets files of rules to be used for keyboard mapping composition. 58 Sets files of rules to be used for keyboard mapping composition.
59 59
60*input* <identifier> xkb_switch_layout <index>
61 Changes the active keyboard layout index. This can be used when multiple
62 layouts are configured with `xkb_layout`. A list of layouts you can switch
63 between can be obtained with `swaymsg -t get_inputs`.
64
60*input* <identifier> xkb_variant <variant> 65*input* <identifier> xkb_variant <variant>
61 Sets the variant of the keyboard like _dvorak_ or _colemak_. 66 Sets the variant of the keyboard like _dvorak_ or _colemak_.
62 67