// 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 $ partial default alphanumeric_keys xkb_symbols "basic" { include "latin(type2)" include "fi(fi)" }; 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. name[Group1]="Finnish"; 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, 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 "keypad(comma)" // End "Keypad" section include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "latin(type2)" include "latin(type2_nodeadkeys)" include "fi(fi)" key { [ acute, grave ] }; key { [ diaeresis, asciicircum, asciitilde, caron ] }; };