From 266c835705775cd82599af4a9849dac88b03e99d Mon Sep 17 00:00:00 2001 From: svu Date: Tue, 13 Jun 2006 21:16:51 +0000 Subject: Fixing Canadian with hex values --- compat/level5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compat') diff --git a/compat/level5 b/compat/level5 index e41cd631..db87d4dc 100644 --- a/compat/level5 +++ b/compat/level5 @@ -15,33 +15,33 @@ default partial xkb_compatibility "default" { latchMods.latchToLock= True; //ISO_Level5_Shift - interpret F21+Any { + interpret 0xfe11+Any { useModMapMods= level1; virtualModifier= LevelFive; action= SetMods(modifiers=LevelFive); }; - interpret F21 { + interpret 0xfe11 { action= SetMods(modifiers=LevelFive); }; //ISO_Level5_Latch - interpret F22+Any { + interpret 0xfe12+Any { virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; - interpret F22 { + interpret 0xfe12 { action= LatchMods(modifiers=LevelFive); }; //ISO_Level5_Lock - interpret F23+Any { + interpret 0xfe13+Any { virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; - interpret F23 { + interpret 0xfe13 { action= LockMods(modifiers=LevelFive); }; }; -- cgit v1.2.3