xkeyboard-config/keycodes sun,1.3,1.4

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 12 Feb 2008 12:34:11 -0800 (PST)
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-serv18502/keycodes

Modified Files:
	sun 
Log Message:
sun type6 support, b.fd.o#13664

Index: sun
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/keycodes/sun,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sun	4 Mar 2006 17:31:32 -0000	1.3
+++ sun	12 Feb 2008 20:34:09 -0000	1.4
@@ -554,8 +554,37 @@
     include "sun(type5_euro)"
 };
 
+// Even though this is labeled as _usb, I verified these keycodes as accurate
+// on my type5 serial and type6 serial keyboards as well on linux-2.6 boxes.
+// I'm not sure where the "type5" keycodes above are coming from...
 xkb_keycodes "type6_usb" {
     include "xfree86"
+
+    <STOP> = 232;
+    <AGAI> = 133;
+    <PROP> = 134;
+    <UNDO> = 135;
+    <FRNT> = 140;
+    <COPY> = 248;
+    <OPEN> = 191;
+    <PAST> = 192;
+    <FIND> = 122;
+    <CUT>  = 188;
+
+    <HELP> = 245;
+
+    // The blank has keycode 239 on my type6 serial kb, but 134 on
+    // my type6 usb keyboard (same as <PROP>)
+    <BLNK> = 239;
+
+    // AltGr + PrScr actually sends a different keycode
+    <SYRQ> = 92;
+
+    <MUTE> = 160;
+    <VOL-> = 174;
+    <VOL+> = 176;
+    <POWR> = 222;
+
     indicator 4 = "Compose";
 };