mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -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
|
|
@ -160,6 +160,7 @@ sway_sources = files(
|
|||
'commands/input/tap.c',
|
||||
'commands/input/tap_button_map.c',
|
||||
'commands/input/xkb_capslock.c',
|
||||
'commands/input/xkb_file.c',
|
||||
'commands/input/xkb_layout.c',
|
||||
'commands/input/xkb_model.c',
|
||||
'commands/input/xkb_numlock.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue