]> git.pld-linux.org Git - packages/X11.git/blob - xorg.patch
- another try
[packages/X11.git] / xorg.patch
1 http://glen.alkohol.ee/xkb/
2 --- us  2004-09-10 00:26:13.000000000 +0300
3 +++ us-gentoo   2004-09-16 00:06:23.000000000 +0300
4 @@ -120,3 +120,10 @@
5  
6      include "level3(ralt_switch_multikey)"
7  };
8 +
9 +partial alphanumeric_keys
10 +xkb_symbols "ee" {
11 +    name[Group1]="US/Estonian";
12 +
13 +    include "pc/us_ee"
14 +};
15 --- /dev/null   2005-09-16 18:21:17.000000000 +0300
16 +++ us_ee       2005-05-20 14:33:45.000000000 +0300
17 @@ -0,0 +1,58 @@
18 +// $XFree86$
19 +
20 +// Based on pc/us_intl keyboard map.
21 +// glen@delfi.ee
22 +//
23 +// $Log$
24 +// Revision 1.7  2005/05/20 11:33:45  glen
25 +// - unified tabs
26 +//
27 +// Revision 1.6  2004/09/15 22:21:19  glen
28 +// - added sterling
29 +//
30 +// Revision 1.5  2004/09/15 22:11:01  glen
31 +// - more cosmetics
32 +//
33 +// Revision 1.4  2004/09/15 22:10:35  glen
34 +// - cosmetics
35 +//
36 +// Revision 1.3  2004/09/15 22:10:16  glen
37 +// - import old changelog
38 +//
39 +// Revision 1.2  2004/09/15 22:09:05  glen
40 +// - added euro & cent
41 +//
42 +// Revision 1.1: 2004/09/15 21:15:45  glen
43 +// - added
44 +//
45 +
46 +partial default alphanumeric_keys
47 +xkb_symbols "basic" {
48 +
49 +       name[Group1]="US/Estonian";
50 +
51 +       include "pc/us"
52 +
53 +       key <AD11> { [ bracketleft,  braceleft,  udiaeresis, Udiaeresis ] };
54 +       key <AD12> { [ bracketright, braceright, otilde,     Otilde     ] };
55 +       key <AC10> { [ semicolon,    colon,      odiaeresis, Odiaeresis ] };
56 +       key <AC11> { [ quoteright,   quotedbl,   adiaeresis, Adiaeresis ] };
57 +
58 +       // ¨ and ¨
59 +       key <AC02> { [           s,  S,          scaron,     Scaron     ] };
60 +       // ´ and ¸
61 +       key <AB01> { [           z,  Z,          zcaron,     Zcaron     ] };
62 +
63 +       // euro
64 +       key <AD03> { [           e,  E,          EuroSign,   EuroSign   ] };
65 +
66 +       // cent
67 +       key <AB03> { [           c,  C,          cent,       cent       ] };
68 +
69 +       key <AE03> { [           3,  numbersign, sterling,   sterling   ] };
70 +
71 +
72 +       include "level3(ralt_switch_multikey)"
73 +};
74 +
75 +// vim:ts=8:sw=8
76 --- Imakefile~  2005-10-09 21:05:42.000000000 +0300
77 +++ Imakefile   2005-12-24 17:09:12.000000000 +0200
78 @@ -20,7 +20,7 @@
79                 ro ru \
80                 se si sk srp sy \
81                 th tj tr \
82 -               ua us uz \
83 +               ua us us_ee uz \
84                 vn 
85  
86  all::
This page took 0.027554 seconds and 3 git commands to generate.