fo revision 46185892
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 <AE05> { [ 5, percent, NoSymbol, cent ] }; 10 key <AE06> { [ 6, ampersand, yen, NoSymbol ] }; 11 key <AE11> { [ plus, question, plusminus, questiondown ] }; 12 key <AE12> { [dead_acute, dead_grave, bar, brokenbar ] }; 13 14 key <AD08> { [ i, I ] }; 15 key <AD11> { [ aring, Aring, dead_diaeresis, dead_circumflex ] }; 16 key <AD12> { [ eth, ETH, dead_tilde, dead_caron ] }; 17 18 key <AC03> { [ d, D, eth, ETH ] }; 19 key <AC10> { [ ae, AE ] }; 20 key <AC11> { [ oslash, Oslash ] }; 21 key <BKSL> { [apostrophe, asterisk, dead_doubleacute, multiply ] }; 22 23 key <LSGT> { [ less, greater, backslash, notsign ] }; 24 key <AB03> { [ c, C, copyright, NoSymbol ] }; 25 key <AB10> { [ minus, underscore, hyphen, macron ] }; 26 27 key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; 28 29 include "level3(ralt_switch)" 30}; 31 32partial alphanumeric_keys 33xkb_symbols "nodeadkeys" { 34 35 include "fo(basic)" 36 37 name[Group1]= "Faroese (no dead keys)"; 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, Oslash, asciicircum, caron ] }; 44 key <BKSL> { [apostrophe, asterisk, doubleacute, multiply ] }; 45 key <AB08> { [ comma, semicolon, cedilla, ogonek ] }; 46 key <AB09> { [ period, colon, periodcentered, abovedot ] }; 47}; 48