From eb770e88b7396e892898d6a71867d2a603e707ff Mon Sep 17 00:00:00 2001 From: Ed Younis Date: Fri, 12 Jul 2019 19:04:29 -0700 Subject: Implement input_cmd_xkb_file (#3999) Adds a new commend "xkb_file", which constructs the internal xkb_keymap from a xkb file rather than an RMLVO configuration. This allows greater flexibility when specifying xkb configurations. An xkb file can be dumped with the xkbcomp program. --- sway/sway-input.5.scd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sway/sway-input.5.scd') diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 4fb14fd2..9a9c5c4c 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -44,6 +44,11 @@ on top of the existing device configurations. For more information on these xkb configuration options, see *xkeyboard-config*(7). +*input* xkb_file + Sets all xkb configurations from a complete .xkb file. This file can be + dumped from _xkbcomp $DISPLAY keymap.xkb_. This setting overrides + xkb_layout, xkb_model, xkb_options, xkb_rules, and xkb_variant settings. + *input* xkb_layout Sets the layout of the keyboard like _us_ or _de_. -- cgit v1.2.3-54-g00ecf