Index: compat/level5 =================================================================== RCS file: /cvs/xlibs/xkbdesc/compat/level5,v retrieving revision 1.4 diff -u -r1.4 level5 --- compat/level5 10 Jun 2006 02:23:09 -0000 1.4 +++ compat/level5 10 Jun 2006 18:58:51 -0000 @@ -14,34 +14,31 @@ latchMods.clearLocks= True; latchMods.latchToLock= True; - //ISO_Level5_Shift - interpret F21+Any { + interpret ISO_Level5_Shift+Any { useModMapMods= level1; virtualModifier= LevelFive; action= SetMods(modifiers=LevelFive); }; - interpret F21 { + interpret ISO_Level5_Shift { action= SetMods(modifiers=LevelFive); }; - //ISO_Level5_Latch - interpret F22+Any { + interpret ISO_Level5_Latch+Any { virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; - interpret F22 { + interpret ISO_Level5_Latch { action= LatchMods(modifiers=LevelFive); }; - //ISO_Level5_Lock - interpret F23+Any { + interpret ISO_Level5_Lock+Any { virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; - interpret F23 { + interpret ISO_Level5_Lock { action= LockMods(modifiers=LevelFive); }; }; Index: symbols/level5 =================================================================== RCS file: /cvs/xlibs/xkbdesc/symbols/level5,v retrieving revision 1.2 diff -u -r1.2 level5 --- symbols/level5 10 Jun 2006 02:23:09 -0000 1.2 +++ symbols/level5 10 Jun 2006 18:58:51 -0000 @@ -12,7 +12,7 @@ xkb_symbols "rctrl_switch" { key { type[Group1]="ONE_LEVEL", - symbols[Group1] = [ F21 ] + symbols[Group1] = [ ISO_Level5_Shift ] }; - modifier_map Mod3 { F21 }; + modifier_map Mod3 { ISO_Level5_Shift }; };