feat(keyboard): ability to remap caps lock to control
This commit is contained in:
parent
e79b52616c
commit
2a76db48e2
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ static CAPS_LOCK_OPTIONS: &[(&str, &str)] = &[
|
|||
("Swap with Escape", "caps:swapescape"),
|
||||
("Backspace", "caps:backspace"),
|
||||
("Super", "caps:super"),
|
||||
("Control", "caps:ctrl_modifier"),
|
||||
];
|
||||
|
||||
const STR_ORDER: &str = "`str` is always comparable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue