mirror of
https://github.com/swaywm/sway.git
synced 2026-04-01 07:16:02 -04:00
Add a new xkb_switch_layout command
This allows users to programatically change the active layout.
This commit is contained in:
parent
84e4061bf4
commit
2bccb387d8
4 changed files with 56 additions and 1 deletions
|
|
@ -164,6 +164,7 @@ sway_sources = files(
|
|||
'commands/input/xkb_numlock.c',
|
||||
'commands/input/xkb_options.c',
|
||||
'commands/input/xkb_rules.c',
|
||||
'commands/input/xkb_switch_layout.c',
|
||||
'commands/input/xkb_variant.c',
|
||||
|
||||
'commands/output/background.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue