mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Add xkb_numlock/xkb_capslock commands (#2311)
This commit is contained in:
parent
2166dbe2e4
commit
c7a3a03115
5 changed files with 72 additions and 0 deletions
|
|
@ -213,8 +213,10 @@ sway_cmd input_cmd_scroll_button;
|
|||
sway_cmd input_cmd_scroll_method;
|
||||
sway_cmd input_cmd_tap;
|
||||
sway_cmd input_cmd_tap_button_map;
|
||||
sway_cmd input_cmd_xkb_capslock;
|
||||
sway_cmd input_cmd_xkb_layout;
|
||||
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_variant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue