Skip to content

Commit fb94abf

Browse files
nr23730mmstick
authored andcommitted
fix: Use lv3:rwin_switch as Right Super
1 parent b8abfc0 commit fb94abf

File tree

1 file changed

+1
-1
lines changed
  • cosmic-settings/src/pages/input/keyboard

1 file changed

+1
-1
lines changed

cosmic-settings/src/pages/input/keyboard/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static ALTERNATE_CHARACTER_OPTIONS: &[(&str, &str)] = &[
3232
("Left Alt", "lv3:lalt_switch"),
3333
("Right Alt", "lv3:alt_switch"),
3434
("Left Super", "lv3:lwin_switch"),
35-
("Right Super", "lv3:win_switch"),
35+
("Right Super", "lv3:rwin_switch"),
3636
("Menu key", "lv3:menu_switch"),
3737
// ("Right Ctrl", "lv3:"), XXX
3838
("Caps Lock", "lv3:caps_switch"),

0 commit comments

Comments
 (0)