Skip to content

Commit

Permalink
feat(keyboard): ability to remap caps lock to control
Browse files Browse the repository at this point in the history
  • Loading branch information
green7ea authored Oct 16, 2024
1 parent e79b526 commit 2a76db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmic-settings/src/pages/input/keyboard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2a76db4

Please sign in to comment.