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