From 6fca52a360353e1a32b8b488c6759cb884acabfa Mon Sep 17 00:00:00 2001 From: svu Date: Sat, 10 Jun 2006 02:23:09 +0000 Subject: Better Canadian --- compat/level5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compat') diff --git a/compat/level5 b/compat/level5 index e485d89..e41cd63 100644 --- a/compat/level5 +++ b/compat/level5 @@ -15,33 +15,33 @@ default partial xkb_compatibility "default" { latchMods.latchToLock= True; //ISO_Level5_Shift - interpret F35+Any { + interpret F21+Any { useModMapMods= level1; virtualModifier= LevelFive; action= SetMods(modifiers=LevelFive); }; - interpret F35 { + interpret F21 { action= SetMods(modifiers=LevelFive); }; //ISO_Level5_Latch - interpret F34+Any { + interpret F22+Any { virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; - interpret F34 { + interpret F22 { action= LatchMods(modifiers=LevelFive); }; //ISO_Level5_Lock - interpret F33+Any { + interpret F23+Any { virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; - interpret F33 { + interpret F23 { action= LockMods(modifiers=LevelFive); }; }; -- cgit v1.2.1