mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -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
|
|
@ -128,8 +128,10 @@ sway_sources = files(
|
|||
'commands/input/scroll_method.c',
|
||||
'commands/input/tap.c',
|
||||
'commands/input/tap_button_map.c',
|
||||
'commands/input/xkb_capslock.c',
|
||||
'commands/input/xkb_layout.c',
|
||||
'commands/input/xkb_model.c',
|
||||
'commands/input/xkb_numlock.c',
|
||||
'commands/input/xkb_options.c',
|
||||
'commands/input/xkb_rules.c',
|
||||
'commands/input/xkb_variant.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue