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 b8abfc0 commit fb94abfCopy full SHA for fb94abf
cosmic-settings/src/pages/input/keyboard/mod.rs
@@ -32,7 +32,7 @@ static ALTERNATE_CHARACTER_OPTIONS: &[(&str, &str)] = &[
32
("Left Alt", "lv3:lalt_switch"),
33
("Right Alt", "lv3:alt_switch"),
34
("Left Super", "lv3:lwin_switch"),
35
- ("Right Super", "lv3:win_switch"),
+ ("Right Super", "lv3:rwin_switch"),
36
("Menu key", "lv3:menu_switch"),
37
// ("Right Ctrl", "lv3:"), XXX
38
("Caps Lock", "lv3:caps_switch"),
0 commit comments