xkbdesc/compat level5,1.4,1.5

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xlibs/xkbdesc/compat
In directory kemper:/tmp/cvs-serv6982/compat

Modified Files:
	level5 
Log Message:
Fixing Canadian with hex values

Index: level5
===================================================================
RCS file: /cvs/xlibs/xkbdesc/compat/level5,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- level5	10 Jun 2006 02:23:09 -0000	1.4
+++ level5	13 Jun 2006 21:16:52 -0000	1.5
@@ -15,33 +15,33 @@
     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);
     };
 };
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.