// $Xorg: is,v 1.3 2000/08/17 19:54:43 cpqbld Exp $ // XKB keyboard by Hrafnkell Eiriksson - hkelle@rhi.hi.is // fixes by Olafur Osvaldsson - oli@isnic.is // $XFree86: xc/programs/xkbcomp/symbols/is,v 3.7 2002/11/26 01:57:24 dawes Exp $ default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and an Icelandic one - hopefully // Alphanumeric section name[Group1]= "Icelandic"; key { [ degree, diaeresis ], [ notsign ] }; key { [ 2, quotedbl ], [ twosuperior ] }; key { [ 3, numbersign ], [ threesuperior,sterling ] }; key { [ 4, dollar ], [ onequarter, currency ] }; key { [ 5, percent ], [ onehalf ] }; key { [ 6, ampersand ], [ threequarters ] }; key { [ 7, slash ], [ braceleft ] }; key { [ 8, parenleft ], [ bracketleft ] }; key { [ 9, parenright ], [ bracketright, plusminus ] }; key { [ 0, equal ], [ braceright, degree ] }; key { [ odiaeresis, Odiaeresis ], [ backslash, questiondown ] }; key { [ minus, underscore ], [ ccedilla ] }; key { [ q, Q ], [ at ] }; key { [ e, E ], [ EuroSign, cent ] }; // key { [ t, T ] }; // key { [ z, Z ] }; // key { [ u, U ] }; // key { [ i, I ] }; key { [ eth, Eth ], [ dead_diaeresis ] }; key { [ apostrophe , question ], [ asciitilde, dead_macron ] }; // key { [ f, F ] }; // key { [ g, G ] }; key { [ ae, AE ], [ asciicircum ] }; key { [ dead_acute, dead_diaeresis ], [ dead_circumflex ] }; key { [ less, greater ], [ bar ] }; // key { [ y, Y ], // [ guillemotleft, less ] }; // key { [ m, M ], // [ mu ] }; key { [ comma, semicolon ] }; key { [ period, colon ], [ periodcentered, division ] }; key { [ thorn, Thorn ] }; key { [ plus, asterisk ], [ grave ] }; // End alphanumeric section // begin modifier mappings include "ralt(mode_switch)" 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" { // modify the default Icelandic layout to use Sun dead keys include "is(basic)" key { [ SunFA_Circum, degree ], [ notsign ] }; key { [ SunFA_Acute, SunFA_Grave ], [ SunFA_Cedilla ] }; key { [ udiaeresis, Udiaeresis ], [ SunFA_Diaeresis ] }; key { [ plus, asterisk ], [ SunFA_Tilde, dead_macron ] }; key { [ odiaeresis, Odiaeresis ], [ SunFA_Acute ] }; key { [ adiaeresis, Adiaeresis ], [ SunFA_Circum ] }; key { [ numbersign, acute ], [ SunFA_Grave ] }; }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "is(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // modify the default Icelandic layout to not have any dead keys include "is(basic)" key { [ asciicircum, degree ], [ notsign ] }; key { [ apostrophe, grave ], [ cedilla ] }; key { [ udiaeresis, Udiaeresis ], [ diaeresis ] }; key { [ plus, asterisk ], [ asciitilde, macron ] }; key { [ odiaeresis, Odiaeresis ], [ acute ] }; key { [ adiaeresis, Adiaeresis ], [ asciicircum ] }; key { [ numbersign, acute ], [ grave ] }; };