mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
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.
This commit is contained in:
parent
3716c53d35
commit
eb770e88b7
8 changed files with 90 additions and 9 deletions
|
|
@ -44,6 +44,11 @@ on top of the existing device configurations.
|
|||
For more information on these xkb configuration options, see
|
||||
*xkeyboard-config*(7).
|
||||
|
||||
*input* <identifier> xkb_file <file_name>
|
||||
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* <identifier> xkb_layout <layout_name>
|
||||
Sets the layout of the keyboard like _us_ or _de_.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue