Index: symbols/level3 =================================================================== RCS file: /cvs/xlibs/xkbdesc/symbols/level3,v retrieving revision 1.12 diff -u -r1.12 level3 --- symbols/level3 18 Sep 2006 13:51:37 -0000 1.12 +++ symbols/level3 9 Oct 2006 20:09:51 -0000 @@ -14,7 +14,7 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; partial modifier_keys @@ -55,7 +55,7 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; // using the level(switch) map, the right Control key temporarily @@ -66,7 +66,7 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; // using the level(menu_switch) map, the Menu key temporarily @@ -77,7 +77,7 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; // using the level3(win_switch) map, the either Windows' logo key @@ -96,7 +96,7 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; // using the level(rwin_switch) map, the right Windows' logo key @@ -109,17 +109,17 @@ type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; }; // using the level3(enter_switch) map, the Enter key on the keypad // temporarily chooses the third shift level. This is especially // useful for Mac laptops which miss the right Alt key. -partial hidden modifier_keys +partial modifier_keys xkb_symbols "enter_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] }; - modifier_map Mod5 { ISO_Level3_Shift }; + modifier_map Mod5 { }; };