]> git.pld-linux.org Git - packages/X11.git/commitdiff
- saved to SOURCES
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Oct 2005 06:23:29 +0000 (06:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg.patch -> 1.1

xorg.patch [new file with mode: 0644]

diff --git a/xorg.patch b/xorg.patch
new file mode 100644 (file)
index 0000000..b32d7d5
--- /dev/null
@@ -0,0 +1,75 @@
+http://glen.alkohol.ee/xkb/
+--- us.orig    2004-09-10 00:26:13.000000000 +0300
++++ us-gentoo  2004-09-16 00:06:23.000000000 +0300
+@@ -120,3 +120,10 @@
+     include "level3(ralt_switch_multikey)"
+ };
++
++partial alphanumeric_keys
++xkb_symbols "ee" {
++    name[Group1]="US/Estonian";
++
++    include "pc/us_ee"
++};
+--- /dev/null  2005-09-16 18:21:17.000000000 +0300
++++ us_ee      2005-05-20 14:33:45.000000000 +0300
+@@ -0,0 +1,58 @@
++// $XFree86$
++
++// Based on pc/us_intl keyboard map.
++// glen@delfi.ee
++//
++// $Log$
++// Revision 1.7  2005/05/20 11:33:45  glen
++// - unified tabs
++//
++// Revision 1.6  2004/09/15 22:21:19  glen
++// - added sterling
++//
++// Revision 1.5  2004/09/15 22:11:01  glen
++// - more cosmetics
++//
++// Revision 1.4  2004/09/15 22:10:35  glen
++// - cosmetics
++//
++// Revision 1.3  2004/09/15 22:10:16  glen
++// - import old changelog
++//
++// Revision 1.2  2004/09/15 22:09:05  glen
++// - added euro & cent
++//
++// Revision 1.1: 2004/09/15 21:15:45  glen
++// - added
++//
++
++partial default alphanumeric_keys
++xkb_symbols "basic" {
++
++      name[Group1]="US/Estonian";
++
++      include "pc/us"
++
++      key <AD11> { [ bracketleft,  braceleft,  udiaeresis, Udiaeresis ] };
++      key <AD12> { [ bracketright, braceright, otilde,     Otilde     ] };
++      key <AC10> { [ semicolon,    colon,      odiaeresis, Odiaeresis ] };
++      key <AC11> { [ quoteright,   quotedbl,   adiaeresis, Adiaeresis ] };
++
++      // ¨ and ¨
++      key <AC02> { [           s,  S,          scaron,     Scaron     ] };
++      // ´ and ¸
++      key <AB01> { [           z,  Z,          zcaron,     Zcaron     ] };
++
++      // euro
++      key <AD03> { [           e,  E,          EuroSign,   EuroSign   ] };
++
++      // cent
++      key <AB03> { [           c,  C,          cent,       cent       ] };
++
++      key <AE03> { [           3,  numbersign, sterling,   sterling   ] };
++
++
++      include "level3(ralt_switch_multikey)"
++};
++
++// vim:ts=8:sw=8
This page took 0.032693 seconds and 4 git commands to generate.