fi revision 52a82186
1// 2// X keyboard maps for Finland 3// 4// SFS 5966 / Kotoistus keymap created by Troy Korjuslommi 5// Classic keymap based on traditional by Marko Myllynen 6// Eliminate deadkeys alternative sent by Linus Torvalds 7// 8 9default partial alphanumeric_keys 10xkb_symbols "kotoistus" { 11 12 // Official keymap for Finland based on SFS 5966 standard 13 // 14 // This keymap implements all the functionality of Annex 1 15 // of the standard and additionally defines the following to 16 // allow entering these characters with keyboards without LSGT. 17 // 18 // AE08+4, U+003C : LESS-THAN SIGN (less) 19 // AE09+4, U+003E : GREATER-THAN SIGN (greater) 20 // AD08+4, U+007C : VERTICAL LINE (bar) 21 // 22 // Annex 3 of the standard is implemented in fi_FI.UTF-8/Compose 23 24 name[Group1]="Finnish"; 25 26 key <TLDE> { [ section, onehalf, dead_stroke, NoSymbol ] }; 27 key <AE01> { [ 1, exclam, NoSymbol, exclamdown ] }; 28 key <AE02> { [ 2, quotedbl, at, rightdoublequotemark ] }; 29 key <AE03> { [ 3, numbersign, sterling, guillemotright ] }; 30 key <AE04> { [ 4, currency, dollar, guillemotleft ] }; 31 key <AE05> { [ 5, percent, permille, leftdoublequotemark ] }; 32 key <AE06> { [ 6, ampersand, singlelowquotemark, doublelowquotemark ] }; 33 key <AE07> { [ 7, slash, braceleft, NoSymbol ] }; 34 key <AE08> { [ 8, parenleft, bracketleft, less ] }; 35 key <AE09> { [ 9, parenright, bracketright, greater ] }; 36 key <AE10> { [ 0, equal, braceright, degree ] }; 37 key <AE11> { [ plus, question, backslash, questiondown ] }; 38 key <AE12> { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; 39 40 key <AD01> { [ q, Q, q, Q ] }; 41 key <AD02> { [ w, W, w, W ] }; 42 key <AD03> { [ e, E, EuroSign, NoSymbol ] }; 43 key <AD04> { [ r, R, r, R ] }; 44 key <AD05> { [ t, T, thorn, THORN ] }; 45 key <AD06> { [ y, Y, y, Y ] }; 46 key <AD07> { [ u, U, u, U ] }; 47 key <AD08> { [ i, I, idotless, bar ] }; 48 key <AD09> { [ o, O, oe, OE ] }; 49 key <AD10> { [ p, P, dead_horn, dead_hook ] }; 50 key <AD11> { [ aring, Aring, dead_doubleacute, dead_abovering ] }; 51 key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_macron ] }; 52 53 key <AC01> { [ a, A, schwa, SCHWA ] }; 54 key <AC02> { [ s, S, ssharp, NoSymbol ] }; 55 key <AC03> { [ d, D, eth, ETH ] }; 56 key <AC04> { [ f, F, f, F ] }; 57 key <AC05> { [ g, G, g, G ] }; 58 key <AC06> { [ h, H, h, H ] }; 59 key <AC07> { [ j, J, j, J ] }; 60 key <AC08> { [ k, K, kra, NoSymbol ] }; 61 key <AC09> { [ l, L, dead_stroke, NoSymbol ] }; 62 key <AC10> { [ odiaeresis, Odiaeresis, oslash, Oslash ] }; 63 key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] }; 64 key <BKSL> { [ apostrophe, asterisk, dead_caron, dead_breve ] }; 65 66 key <LSGT> { [ less, greater, bar, NoSymbol ] }; 67 key <AB01> { [ z, Z, ezh, EZH ] }; 68 key <AB02> { [ x, X, multiply, periodcentered ] }; 69 key <AB03> { [ c, C, c, C ] }; 70 key <AB04> { [ v, V, v, V ] }; 71 key <AB05> { [ b, B, b, B ] }; 72 key <AB06> { [ n, N, eng, ENG ] }; 73 key <AB07> { [ m, M, mu, emdash ] }; 74 key <AB08> { [ comma, semicolon, rightsinglequotemark, leftsinglequotemark ] }; 75 key <AB09> { [ period, colon, dead_belowdot, dead_abovedot ] }; 76 key <AB10> { [ minus, underscore, endash, dead_belowcomma ] }; 77 78 include "nbsp(level4)" 79 include "nbsp(level3)" 80 include "kpdl(comma)" 81 include "level3(ralt_switch)" 82 include "compose(rwin)" 83}; 84 85partial alphanumeric_keys 86xkb_symbols "winkeys" { 87 88 include "fi(kotoistus)" 89 name[Group1]="Finnish (Winkeys)"; 90 include "eurosign(5)" 91}; 92 93partial alphanumeric_keys 94xkb_symbols "classic" { 95 96 include "fi(fi)" 97 98 name[Group1]="Finnish (classic)"; 99}; 100 101partial alphanumeric_keys hidden 102xkb_symbols "fi" { 103 104 // Classic Finnish keyboard layout with dead keys 105 106 key <TLDE> { [ section, onehalf, onequarter, threequarters ] }; 107 key <AE01> { [ 1, exclam, exclamdown, onesuperior ] }; 108 key <AE02> { [ 2, quotedbl, at, twosuperior ] }; 109 key <AE03> { [ 3, numbersign, sterling, threesuperior ] }; 110 key <AE04> { [ 4, currency, dollar, cent ] }; 111 key <AE05> { [ 5, percent, EuroSign, masculine ] }; 112 key <AE06> { [ 6, ampersand, yen, ordfeminine ] }; 113 key <AE07> { [ 7, slash, braceleft, plusminus ] }; 114 key <AE08> { [ 8, parenleft, bracketleft, less ] }; 115 key <AE09> { [ 9, parenright, bracketright, greater ] }; 116 key <AE10> { [ 0, equal, braceright, degree ] }; 117 key <AE11> { [ plus, question, backslash, questiondown ] }; 118 key <AE12> { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; 119 120 key <AD01> { [ q, Q, q, Q ] }; 121 key <AD02> { [ w, W, w, W ] }; 122 key <AD03> { [ e, E, EuroSign, cent ] }; 123 key <AD04> { [ r, R, registered, NoSymbol ] }; 124 key <AD05> { [ t, T, thorn, THORN ] }; 125 key <AD06> { [ y, Y, y, Y ] }; 126 key <AD07> { [ u, U, u, U ] }; 127 key <AD08> { [ i, I, idotless, bar ] }; 128 key <AD09> { [ o, O, o, O ] }; 129 key <AD10> { [ p, P, paragraph, NoSymbol ] }; 130 key <AD11> { [ aring, Aring, oe, OE ] }; 131 key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ] }; 132 133 key <AC01> { [ a, A, schwa, SCHWA ] }; 134 key <AC02> { [ s, S, scaron, Scaron ] }; 135 key <AC03> { [ d, D, eth, ETH ] }; 136 key <AC04> { [ f, F, f, F ] }; 137 key <AC05> { [ g, G, eng, ENG ] }; 138 key <AC06> { [ h, H, h, H ] }; 139 key <AC07> { [ j, J, j, J ] }; 140 key <AC08> { [ k, K, kra, NoSymbol ] }; 141 key <AC09> { [ l, L, dead_stroke, NoSymbol ] }; 142 key <AC10> { [ odiaeresis, Odiaeresis, oslash, Oslash ] }; 143 key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] }; 144 key <BKSL> { [ apostrophe, asterisk, dead_caron, dead_breve ] }; 145 146 key <LSGT> { [ less, greater, bar, brokenbar ] }; 147 key <AB01> { [ z, Z, zcaron, Zcaron ] }; 148 key <AB02> { [ x, X, multiply, division ] }; 149 key <AB03> { [ c, C, copyright, cent ] }; 150 key <AB04> { [ v, V, v, V ] }; 151 key <AB05> { [ b, B, ssharp, NoSymbol ] }; 152 key <AB06> { [ n, N, ntilde, Ntilde ] }; 153 key <AB07> { [ m, M, mu, NoSymbol ] }; 154 key <AB08> { [ comma, semicolon, dead_cedilla, dead_ogonek ] }; 155 key <AB09> { [ period, colon, periodcentered, notsign ] }; 156 key <AB10> { [ minus, underscore, hyphen, dead_macron ] }; 157 158 include "nbsp(level4)" 159 include "kpdl(comma)" 160 include "level3(ralt_switch)" 161 include "compose(rwin)" 162}; 163 164partial alphanumeric_keys 165xkb_symbols "nodeadkeys" { 166 167 // Classic Finnish keyboard layout without dead keys 168 169 include "fi(fi)" 170 171 name[Group1]="Finnish (classic, eliminate dead keys)"; 172 173 key <AE12> { [ acute, grave, cedilla, ogonek ] }; 174 key <AD12> { [ diaeresis, asciicircum, asciitilde, caron ] }; 175 key <AC09> { [ l, L, l, L ] }; 176 key <BKSL> { [ apostrophe, asterisk, caron, breve ] }; 177 key <AB08> { [ comma, semicolon, cedilla, ogonek ] }; 178 key <AB10> { [ minus, underscore, hyphen, macron ] }; 179}; 180 181partial alphanumeric_keys 182xkb_symbols "smi" { 183 184 // Describes the differences between a Norwegian Northern Sami 185 // (keyboard with dead key support) and a Swedish/Finnish Sami 186 // keyboard according to the specs at: 187 // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html 188 189 include "no(smi)" 190 191 name[Group1]="Northern Saami (Finland)"; 192 193 key <AC10> { [ odiaeresis, Odiaeresis, oslash, Oslash ] }; 194 key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] }; 195}; 196 197partial alphanumeric_keys 198xkb_symbols "mac" { 199 200 // Macintosh keyboard for Finland based on Swedish(Macintosh) keyboard 201 202 include "se(mac)" 203 204 name[Group1]="Finnish (Macintosh)"; 205}; 206 207partial alphanumeric_keys 208xkb_symbols "sun_type6" { 209 210 // Sun Type 6/7 keyboard for Finland 211 212 include "sun_vndr/fi(sun_type6)" 213}; 214