mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -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
|
|
@ -260,6 +260,7 @@ sway_cmd input_cmd_xkb_model;
|
|||
sway_cmd input_cmd_xkb_numlock;
|
||||
sway_cmd input_cmd_xkb_options;
|
||||
sway_cmd input_cmd_xkb_rules;
|
||||
sway_cmd input_cmd_xkb_switch_layout;
|
||||
sway_cmd input_cmd_xkb_variant;
|
||||
|
||||
sway_cmd output_cmd_background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue