// based on a keyboard map from an 'xkb/symbols/fi' file // // $XKeyboardConfig$ // $XFree86: xc/programs/xkbcomp/symbols/fi,v 1.9 2003/01/29 17:17:31 dawes Exp $ // Troy Korjuslommi, // Jan 6, 2006, // May 5, 2006. // May 6, 2006. // May 12, 2006. // Oct 10, 2007. // // Oct 10, 2007. // -Changed space column 3 to nobreakspace (from space). // -Changed UFE63 entries to dead_stroke. // // Nov 29, 2006. // UFE63 can be changed to dead_stroke starting with version 7.0.7. of the X server. // // Dec 05, 2006. // Changed instances of NoSymbol in columns 3 and 4 to characters in columns 1 and 2. // This fixes a bug where the mappings couldn't be changed (with xmodmap for example). // NoSymbol left in other positions, so nothing is output from those key presses. // // Dec 11, 2006. // Changed all Uxxxx values to named versions. // If you have problems, check these defines (when compiling X): // XK_LATIN9: oe, OE. // XK_CURRENCY: EuroSign. // XK_LATIN2: caron. // XK_LATIN3: idotless. // XK_LATIN4: kra, eng, ENG. // XK_CAUCASUS: schwa, SCHWA. // XK_PUBLISHING: rightdoublequotemark, leftdoublequotemark, singlelowquotemark, doublelowquotemark, emdash, // rightsinglequotemark, leftsinglequotemark, endash. // // Unnamed positions: // UFE63: dead_stroke. Will be fixed, once the entry is in keysymdef.h. // U0292: LATIN SMALL LETTER EZH. // U01B7: LATIN CAPITAL LETTER EZH. // U2030: PER MILLE SIGN. // Comment: XK_MillSign is U+20A5 MILL SIGN. // Per mille is a generic term for 1/1000. Mill is 1/1000 of a dollar. // partial default alphanumeric_keys xkb_symbols "kotoistus" { name[Group1]="Finland"; key { [ section, onehalf, dead_stroke, NoSymbol ] }; key { [ 1, exclam, NoSymbol, exclamdown ] }; key { [ 2, quotedbl, at, rightdoublequotemark ] }; key { [ 3, numbersign, sterling, guillemotright ] }; key { [ 4, currency, dollar, guillemotleft ] }; key { [ 5, percent, U2030, leftdoublequotemark ] }; key { [ 6, ampersand, singlelowquotemark, doublelowquotemark ] }; key { [ 7, slash, braceleft, NoSymbol ] }; key { [ 8, parenleft, bracketleft, NoSymbol ] }; key { [ 9, parenright, bracketright, NoSymbol ] }; key { [ 0, equal, braceright, degree ] }; key { [ plus, question, backslash, questiondown ] }; key { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; key { [ q, Q, q, Q ] }; key { [ w, W, w, W ] }; key { [ e, E, EuroSign, NoSymbol ] }; key { [ r, R, r, R ] }; key { [ t, T, thorn, THORN ] }; key { [ y, Y, y, Y ] }; key { [ u, U, u, U ] }; key { [ i, I, idotless, NoSymbol ] }; key { [ o, O, oe, OE ] }; key { [ p, P, dead_horn, dead_hook ] }; key { [ aring, Aring, dead_doubleacute, dead_abovering ] }; key { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_macron ] }; key { [ a, A, schwa, SCHWA ] }; key { [ s, S, ssharp, NoSymbol ] }; key { [ d, D, eth, ETH ] }; key { [ f, F, f, F ] }; key { [ g, G, g, G ] }; key { [ h, H, h, H ] }; key { [ j, J, j, J ] }; key { [ k, K, kra, NoSymbol ] }; key { [ l, L, dead_stroke, NoSymbol ] }; key { [ odiaeresis, Odiaeresis, oslash, Ooblique ] }; key { [ adiaeresis, Adiaeresis, ae, AE ] }; key { [ apostrophe, asterisk, dead_caron, dead_breve ] }; key { [ less, greater, bar, NoSymbol ] }; key { [ z, Z, U0292, U01B7 ] }; key { [ x, X, multiply, periodcentered ] }; key { [ c, C, c, C ] }; key { [ v, V, v, V ] }; key { [ b, B, b, B ] }; key { [ n, N, eng, ENG ] }; key { [ m, M, mu, emdash ] }; key { [ comma, semicolon, rightsinglequotemark, leftsinglequotemark ] }; key { [ period, colon, dead_belowdot, dead_abovedot ] }; key { [ minus, underscore, endash, dead_abovedot ] }; include "kpdl(comma)" include "level3(ralt_switch)" include "compose(rwin)" }; partial alphanumeric_keys xkb_symbols "classic" { include "latin(type2)" include "fi(fi)" name[Group1]="Finland - Classic"; }; hidden partial alphanumeric_keys xkb_symbols "fi" { // a Finnish keyboard with dead key support and all of // ISO-8859-1 and ISO-8859-15 characters available. key { [ section, onehalf, onequarter, threequarters ] }; key { [ less, greater, bar, brokenbar ] }; // AltGr+ is pressed accidentally too often after AltGr+, // hence AltGr+ produces now space, not nobreakspace. key { [ space, space, space, nobreakspace ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; key { [ 2, quotedbl, at, twosuperior ] }; key { [ 3, numbersign, sterling, threesuperior ] }; key { [ 4, currency, dollar, cent ] }; key { [ 5, percent, EuroSign, masculine ] }; key { [ 6, ampersand, yen, ordfeminine ] }; key { [ 7, slash, braceleft, plusminus ] }; key { [ 8, parenleft, bracketleft, guillemotleft ] }; key { [ 9, parenright, bracketright, guillemotright ] }; key { [ 0, equal, braceright, degree ] }; key { [ period, colon, periodcentered, notsign ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ x, X, multiply, division ] }; key { [ c, C, copyright, cent ] }; key { [ b, B, ssharp, NoSymbol ] }; key { [ n, N, ntilde, Ntilde ] }; key { [ m, M, mu, NoSymbol ] }; key { [ minus, underscore, hyphen, dead_macron ] }; key { [ s, S, scaron, Scaron ] }; key { [ d, D, eth, ETH ] }; key { [ e, E, EuroSign, cent ] }; key { [ r, R, registered, NoSymbol ] }; key { [ t, T, thorn, THORN ] }; key { [ p, P, paragraph, NoSymbol ] }; key { [ odiaeresis, Odiaeresis, oslash, Ooblique ] }; key { [ plus, question, backslash, questiondown ] }; key { [ adiaeresis, Adiaeresis, ae, AE ] }; key { [ apostrophe, asterisk ] }; key { [ aring, Aring, oe, OE ] }; key { [ dead_acute, dead_grave ] }; key { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ] }; // End alphanumeric section, begin "Keypad" include "kpdl(comma)" // End "Keypad" section include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "latin(type2)" include "latin(type2_nodeadkeys)" include "fi(fi)" name[Group1]="Finland - Eliminate dead keys"; key { [ acute, grave ] }; key { [ diaeresis, asciicircum, asciitilde, caron ] }; key { [ minus, underscore, hyphen, macron ] }; }; xkb_symbols "smi" { // Describes the differences between a Norwegian Northern Sami // (keyboard with dead key support) and a Swedish/Finnish Sami // keyboard according to the specs at: // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html include "no(smi)" name[Group1]= "Finland - Northern Saami"; key { [odiaeresis, Odiaeresis, oslash, Ooblique ] }; key { [adiaeresis, Adiaeresis, ae, AE ] }; }; // Copied from macintosh_vndr/fi partial alphanumeric_keys xkb_symbols "mac" { // Describes the differences between a very simple mac_US // keyboard and a very simple Swedish(Finland) keybaord include "se(mac)" name[Group1]= "Finland - Macintosh"; };