aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-09-01 22:32:50 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-09-02 08:39:25 +0900
commit1b396273bbd5a666bf91018c9764c0eedc1bcbee (patch)
treee8a9222ac2ef0bb372dec94401ac570cebdd05f1 /sway/sway-input.5.scd
parentlayer-shell: don't give focus to unmapped layer surfaces (diff)
downloadsway-1b396273bbd5a666bf91018c9764c0eedc1bcbee.tar.gz
sway-1b396273bbd5a666bf91018c9764c0eedc1bcbee.tar.zst
sway-1b396273bbd5a666bf91018c9764c0eedc1bcbee.zip
man: document how to specify multiple xkb layouts and options
This isn't described in xkeyboard-config(7).
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 302d5428..1375f3cd 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -52,6 +52,8 @@ For more information on these xkb configuration options, see
52*input* <identifier> xkb_layout <layout_name> 52*input* <identifier> xkb_layout <layout_name>
53 Sets the layout of the keyboard like _us_ or _de_. 53 Sets the layout of the keyboard like _us_ or _de_.
54 54
55 Multiple layouts can be specified by separating them with commas.
56
55*input* <identifier> xkb_model <model_name> 57*input* <identifier> xkb_model <model_name>
56 Sets the model of the keyboard. This has an influence for some extra keys 58 Sets the model of the keyboard. This has an influence for some extra keys
57 your keyboard might have. 59 your keyboard might have.
@@ -59,6 +61,8 @@ For more information on these xkb configuration options, see
59*input* <identifier> xkb_options <options> 61*input* <identifier> xkb_options <options>
60 Sets extra xkb configuration options for the keyboard. 62 Sets extra xkb configuration options for the keyboard.
61 63
64 Multiple options can be specified by separating them with commas.
65
62*input* <identifier> xkb_rules <rules> 66*input* <identifier> xkb_rules <rules>
63 Sets files of rules to be used for keyboard mapping composition. 67 Sets files of rules to be used for keyboard mapping composition.
64 68