fix: right alt key as alternate key

This commit is contained in:
sandptel 2025-06-06 22:17:06 +05:30 committed by Michael Murphy
parent ce6158f6df
commit badd201e44

View file

@ -34,7 +34,7 @@ static COMPOSE_OPTIONS: &[(&str, &str)] = &[
static ALTERNATE_CHARACTER_OPTIONS: &[(&str, &str)] = &[
("Left Alt", "lv3:lalt_switch"),
("Right Alt", "lv3:alt_switch"),
("Right Alt", "lv3:ralt_switch"),
("Left Super", "lv3:lwin_switch"),
("Right Super", "lv3:rwin_switch"),
("Menu key", "lv3:menu_switch"),