fo revision 154daed1
1// $XKeyboardConfig: xkeyboard-config/symbols/fo,v 1.7 2005/01/16 02:18:20 svu Exp $ 2 3partial default alphanumeric_keys 4xkb_symbols "basic" { 5 6 include "latin(type2)" 7 8 name[Group1]= "Faroe Islands"; 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 35partial alphanumeric_keys 36xkb_symbols "nodeadkeys" { 37 38 include "fo(basic)" 39 40 name[Group1]= "Faroe Islands - Eliminate dead keys"; 41 42 key <AE12> { [ acute, grave, bar, ogonek ] }; 43 key <AD11> { [ aring, Aring, diaeresis, degree ] }; 44 key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] }; 45 key <AC10> { [ ae, AE, acute, doubleacute ] }; 46 key <AC11> { [ oslash, Ooblique, asciicircum, caron ] }; 47 key <BKSL> { [apostrophe, asterisk, doubleacute, multiply ] }; 48 key <AB08> { [ comma, semicolon, cedilla, ogonek ] }; 49 key <AB09> { [ period, colon, periodcentered, abovedot ] }; 50}; 51