xkbdesc/symbols/macintosh_vndr us,1.3,1.4
"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/symbols/macintosh_vndr
In directory kemper:/tmp/cvs-serv29288/symbols/macintosh_vndr
Modified Files:
us
Log Message:
Fix <BKSP> in symbols/macintosh_vndr/us, b.fd.o#8668
Index: us
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/macintosh_vndr/us,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- us 17 Sep 2006 20:03:34 -0000 1.3
+++ us 16 Oct 2006 19:31:33 -0000 1.4
@@ -22,9 +22,7 @@
key <AE10> { [ 0, parenright ] };
key <AE11> { [ minus, underscore ] };
key <AE12> { [ equal, plus ] };
- key <BKSP> { [ BackSpace ] };
- key <TAB> { [ Tab, ISO_Left_Tab ] };
key <AD01> { [ q, Q ] };
key <AD02> { [ w, W ] };
key <AD03> { [ e, E ] };
@@ -39,7 +37,6 @@
key <AD12> { [ bracketright, braceright ] };
key <BKSL> { [ backslash, bar ] };
- key <CAPS> { [ Caps_Lock ] };
key <AC01> { [ a, A ] };
key <AC02> { [ s, S ] };
key <AC03> { [ d, D ] };
@@ -51,7 +48,6 @@
key <AC09> { [ l, L ] };
key <AC10> { [ semicolon, colon ] };
key <AC11> { [ quoteright, quotedbl ] };
- key <RTRN> { [ Return ] };
key <AB01> { [ z, Z ] };
key <AB02> { [ x, X ] };
@@ -67,7 +63,6 @@
key <SPCE> { [ space ] };
// End alphanumeric section
- key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
include "keypad"
@@ -111,6 +106,12 @@
key <RGHT> { [ Right ] };
// End "Editing" section
+ key <BKSP> { [ BackSpace ] };
+ key <TAB> { [ Tab, ISO_Left_Tab ] };
+ key <RTRN> { [ Return ] };
+ key <CAPS> { [ Caps_Lock ] };
+ key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
+
// Begin "Modifier" section
key <LFSH> { [ Shift_L ] };
key <RTSH> { [ Shift_R ] };