symbols/level3: revision 1.15 date: 2006-10-16 22:17:16 +0200; author: svu; state: Exp; lines: +7 -7 reverding wrong fix for mods, b.fd.o#8670 --- symbols/level3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Index: symbols/level3 =================================================================== --- symbols/level3.orig +++ symbols/level3 @@ -14,7 +14,7 @@ xkb_symbols "ralt_switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; }; partial modifier_keys @@ -66,7 +66,7 @@ xkb_symbols "switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; }; // using the level(menu_switch) map, the Menu key temporarily @@ -77,7 +77,7 @@ xkb_symbols "menu_switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; }; // using the level3(win_switch) map, the either Windows' logo key @@ -96,7 +96,7 @@ xkb_symbols "lwin_switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; }; // using the level(rwin_switch) map, the right Windows' logo key @@ -109,7 +109,7 @@ xkb_symbols "rwin_switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; }; // using the level3(enter_switch) map, the Enter key on the keypad @@ -121,5 +121,5 @@ xkb_symbols "enter_switch" { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { }; + modifier_map Mod5 { ISO_Level3_Shift }; };