// $Xorg: fi,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ // $XFree86: xc/programs/xkbcomp/symbols/fi,v 3.9 2002/12/19 01:07:54 dawes Exp $ partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and 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 { [ comma, semicolon ], [ dead_cedilla, dead_ogonek ]}; 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 ], [ NoSymbol, NoSymbol ]}; key { [ aring, Aring ], [ oe, OE ]}; key { [ dead_acute, dead_grave ], [ NoSymbol, NoSymbol ]}; key { [ dead_diaeresis, dead_circumflex ], [ dead_tilde, dead_caron ]}; // End alphanumeric section, begin "Keypad" key { [ KP_Delete, KP_Separator ] }; // End "Keypad" section // Begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control { Control_L }; modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { include "fi(basic)" // for consistent naming }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "fi(Sundeadkeys)" // for consistent naming }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Finnish layout to eliminate all dead keys include "fi(basic)" // for consistent naming key { [ comma, semicolon ], [ cedilla, ogonek ]}; key { [ acute, grave ], [ NoSymbol, NoSymbol ]}; key { [ diaeresis, asciicircum ], [ asciitilde, caron ]}; };