mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -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
|
|
@ -24,8 +24,10 @@ static struct cmd_handler input_handlers[] = {
|
|||
{ "scroll_method", input_cmd_scroll_method },
|
||||
{ "tap", input_cmd_tap },
|
||||
{ "tap_button_map", input_cmd_tap_button_map },
|
||||
{ "xkb_capslock", input_cmd_xkb_capslock },
|
||||
{ "xkb_layout", input_cmd_xkb_layout },
|
||||
{ "xkb_model", input_cmd_xkb_model },
|
||||
{ "xkb_numlock", input_cmd_xkb_numlock },
|
||||
{ "xkb_options", input_cmd_xkb_options },
|
||||
{ "xkb_rules", input_cmd_xkb_rules },
|
||||
{ "xkb_variant", input_cmd_xkb_variant },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue