We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95fcad commit 23f4363Copy full SHA for 23f4363
cosmic-settings/src/pages/input/keyboard/mod.rs
@@ -50,6 +50,12 @@ static CAPS_LOCK_OPTIONS: &[(&str, &str)] = &[
50
("Backspace", "caps:backspace"),
51
("Super", "caps:super"),
52
("Control", "caps:ctrl_modifier"),
53
+ ("Toggle Shift Lock (affects all keys)", "caps:shiftlock"),
54
+ (
55
+ "Escape, Shift + Caps lock is regular Caps Lock",
56
+ "caps:escape_shifted_capslock",
57
+ ),
58
+ ("Disable", "caps:none"),
59
];
60
61
#[derive(Clone, Debug)]
0 commit comments