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