changing to ralt_switch
[xorg/xkeyboard-config] / symbols / fo
1 // $XFree86$
2
3 partial alphanumeric_keys 
4 xkb_symbols "basic" {
5
6     include "latin(type2)"
7
8     name[Group1]= "Faroese";
9
10     key <TLDE>  { [   onehalf,   section, threequarters,    paragraph ] };
11     key <LSGT>  { [      less,    greater,    backslash,      notsign ] };
12     key <SPCE>  { [     space,      space, nobreakspace, nobreakspace ] };
13
14     key <AE05>  { [         5,    percent,     NoSymbol,         cent ] };
15     key <AE06>  { [         6,  ampersand,          yen,     NoSymbol ] };
16     key <AE11>  { [      plus,   question,    plusminus, questiondown ] };
17     key <AE12>  { [dead_acute, dead_grave,          bar,    brokenbar ] };
18
19     key <AB03>  { [         c,          C,    copyright,     NoSymbol ] };
20     key <AB10>  { [     minus, underscore,       hyphen,       macron ] };
21
22     key <AC03>  { [         d,          D,          eth,          ETH ] };
23     key <AC10>  { [        ae,         AE       ] };
24     key <AC11>  { [    oslash,   Ooblique       ] };
25
26     key <AD08>  { [         i,          I       ] };
27     key <AD11>  { [     aring,      Aring, dead_diaeresis, dead_circumflex ] };
28     key <AD12>  { [       eth,        ETH,   dead_tilde,   dead_caron ] };
29
30     key <BKSL>  { [apostrophe,   asterisk, dead_doubleacute, multiply ] };
31
32     include "level3(ralt_switch)"
33 };
34
35 partial alphanumeric_keys 
36 xkb_symbols "nodeadkeys" {
37
38     include "fo(basic)"
39
40     key <AE12>  { [     acute,      grave,          bar,       ogonek ] };
41     key <AD11>  { [     aring,      Aring,    diaeresis,       degree ] };
42     key <AD12>  { [ diaeresis, asciicircum,  asciitilde,       macron ] };
43     key <AC10>  { [        ae,         AE,        acute,  doubleacute ] };
44     key <AC11>  { [    oslash,   Ooblique,  asciicircum,        caron ] };
45     key <BKSL>  { [apostrophe,   asterisk,  doubleacute,     multiply ] };
46     key <AB08>  { [     comma,  semicolon,      cedilla,       ogonek ] };
47     key <AB09>  { [    period,      colon, periodcentered,   abovedot ] };
48 };