introducing the consistency in the group names
[xorg/xkeyboard-config] / symbols / br
1
2 // based on 
3 // "a very simple Brasilian ABNT2 keybaord
4 // by Ricardo Y. Igarashi (iga@that.com.br)
5 // Adds suport for dead-keys in I18N applications
6 // by Conectiva  (http://www.conectiva.com.br)"
7 //
8 // $XKeyboardConfig$
9 // $XdotOrg: xc/programs/xkbcomp/symbols/br,v 1.1.4.3 2004/03/05 13:41:32 eich Exp $
10 // $XFree86: xc/programs/xkbcomp/symbols/br,v 1.3 2003/04/19 12:22:11 pascal Exp $
11
12 default
13 xkb_symbols "abnt2" {
14
15     include "latin"
16     name[Group1]="Brazil";
17
18     key <AE02>  { [         2,         at,  twosuperior,      onehalf ] };
19     key <AE03>  { [         3, numbersign, threesuperior, threequarters ] };
20     key <AE04>  { [         4,     dollar,     sterling,   onequarter ] };
21     key <AE05>  { [         5,    percent,         cent, threeeighths ] };
22     key <AE06>  { [         6, dead_diaeresis,  notsign,    diaeresis ] };
23     key <AE12>  { [     equal,       plus,      section,  dead_ogonek ] };
24
25     key <AD03>  { [         e,          E,     EuroSign,     EuroSign ] };
26     key <AD04>  { [         r,          R,   registered,   registered ] };
27     key <AD11>  { [dead_acute, dead_grave,        acute,        grave ] };
28     key <AD12>  { [bracketleft,  braceleft, ordfeminine,  dead_macron ] };
29
30     key <AC10>  { [  ccedilla,   Ccedilla,  dead_acute, dead_doubleacute] };
31     key <AC11>  { [dead_tilde, dead_circumflex, asciitilde, asciicircum ] };
32     key <AC12>  { [bracketright, braceright,  masculine,    masculine   ] };
33
34     key <TLDE>  { [apostrophe,   quotedbl,      notsign,      notsign ] };
35
36     key <BKSL>  { [ backslash,        bar,    masculine,   dead_breve ] };
37     key <AB03>  { [         c,          C,    copyright,    copyright ] };
38     key <AB07>  { [         m,          M,           mu,           mu ] };
39     key <AB10>  { [ semicolon,    colon, dead_belowdot, dead_abovedot ] };
40
41 // ABNT-2 keyboard has this special key
42
43     key <AB11>  { [     slash,   question,       degree, questiondown ] };
44
45     key <KPPT>  { [ KP_Decimal ]        };
46
47     include "keypad(comma)"
48
49     include "level3(ralt_switch)"
50 };
51
52 partial alphanumeric_keys
53 xkb_symbols "nodeadkeys" {
54
55     include "br(abnt2)" // for consistent naming
56     name[Group1]="Brazil - Eliminate dead keys";
57
58     key <AE06>  { [         6,  diaeresis,      notsign,      notsign ] };
59     key <AD11>  { [apostrophe,      grave ]     };
60     key <AC10>  { [  ccedilla,   Ccedilla,        acute,  doubleacute ] };
61     key <AC11>  { [asciitilde, asciicircum ]    };
62     key <AB10>  { [ semicolon,      colon, dead_belowdot,    abovedot ] };
63 };