xkeyboard-config/keycodes evdev,1.8,1.9

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Fri, 14 Sep 2007 15:12:50 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xkeyboard-config/xkeyboard-config/keycodes
In directory kemper:/tmp/cvs-serv609/keycodes

Modified Files:
	evdev 
Log Message:
fixing broken fake keycodes, b.fd.o#12202

Index: evdev
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/keycodes/evdev,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- evdev	2 Sep 2007 20:45:27 -0000	1.8
+++ evdev	14 Sep 2007 22:12:48 -0000	1.9
@@ -1,7 +1,7 @@
 // translation from evdev scancodes to something resembling xfree86 keycodes.
 
 default xkb_keycodes "evdev" {
-	minimum = 1;
+	minimum = 8;
 	maximum = 255;
 
         # Added for pc105 compatibility
@@ -279,12 +279,12 @@
 	<I253> = 253;	// #define KEY_DISPLAY_OFF         245
 
 	// Fake keycodes for virtual keys
-	<MDSW> =   1;
-	<LVL3> =   2;
-	<ALT>  =   3;
-	<META> =   4;
-	<SUPR> =   5;
-	<HYPR> =   6;
+	<LVL3> =   92;
+	<MDSW> =   203;
+	<ALT>  =   204;
+	<META> =   205;
+	<SUPR> =   206;
+	<HYPR> =   207;
 
 	indicator 1  = "Caps Lock";
 	indicator 2  = "Num Lock";