1default partial alphanumeric_keys
2xkb_symbols "basic" {
3
4    include "latin(type2)"
5
6    name[Group1]= "Faroese";
7
8    key <TLDE>	{ [   onehalf,   section, threequarters,    paragraph ]	};
9    key <LSGT>	{ [      less,    greater,    backslash,      notsign ]	};
10    key <SPCE>	{ [     space,      space, nobreakspace, nobreakspace ] };
11
12    key <AE05>	{ [         5,    percent,     NoSymbol,         cent ] };
13    key <AE06>	{ [         6,  ampersand,          yen,     NoSymbol ] };
14    key <AE11>	{ [      plus,   question,    plusminus, questiondown ] };
15    key <AE12>	{ [dead_acute, dead_grave,          bar,    brokenbar ] };
16
17    key <AB03>	{ [         c,          C,    copyright,     NoSymbol ] };
18    key <AB10>	{ [     minus, underscore,       hyphen,       macron ] };
19
20    key <AC03>	{ [         d,          D,          eth,          ETH ] };
21    key	<AC10>	{ [        ae,	       AE	] };
22    key <AC11>	{ [    oslash,   Ooblique 	] };
23
24    key <AD08>	{ [         i,          I       ] };
25    key <AD11>	{ [     aring,      Aring, dead_diaeresis, dead_circumflex ] };
26    key <AD12>	{ [       eth,        ETH,   dead_tilde,   dead_caron ] };
27
28    key <BKSL>	{ [apostrophe,   asterisk, dead_doubleacute, multiply ]	};
29
30    include "level3(ralt_switch)"
31};
32
33partial alphanumeric_keys
34xkb_symbols "nodeadkeys" {
35
36    include "fo(basic)"
37
38    name[Group1]= "Faroese (no dead keys)";
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};
49