// $XConsortium: fi /main/4 1996/09/13 09:23:11 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/fi,v 3.3 1996/12/23 07:13:22 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Swedish(Finland) keybaord name[Group1]= "Finnish"; key { [ section, onehalf ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 4, currency ], [ dollar, dollar ] }; key { [ 3, numbersign ], [ sterling, sterling ] }; key { [ 6, ampersand ] }; key { [ 7, slash ] }; key { [ 8, parenleft ] }; key { [ comma, semicolon ] }; key { [ 0, equal ] }; key { [ 9, parenright ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ odiaeresis, Odiaeresis ] }; key { [ plus, question ] }; key { [ adiaeresis, Adiaeresis ] }; key { [ aring, Aring ] }; key { [ acute, grave ] }; key { [ diaeresis, asciicircum ] }; key { [ apostrophe, asterisk ] }; key { [ less, greater ], [ bar, brokenbar ] }; key { [ KP_Delete, KP_Separator ] }; // End alphanumeric 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" { include "fi(basic)" // for consistent naming };