// KBD keyboard by Hrafnkell Eiriksson - hkelle@rhi.hi.is // based on the german keyboard // // $XFree86: xc/programs/xkbcomp/symbols/is,v 3.1.6.2 1999/07/22 14:21:31 hohndel Exp $ default partial alphanumeric_keys xkb_symbols "default" { // Describes the differences between a very simple US/ASCII // keyboard and an Icelandic one // Alphanumeric section name[Group1]= "Icelandic"; key { [ grave, bar ], [ bar ] }; key { [ 2, quotedbl ], [ at ] }; 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 { [ t, T ] }; // key { [ z, Z ] }; key { [ u, U ], [ uacute ] }; // 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_grave ], [ asciicircum ] }; 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 ], // [ asciicircum ] }; key { [ plus, asterisk ], [ quoteleft ] }; key { [ Mode_switch, Multi_key ] }; // 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 "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" { include "is(basic)" 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 ] }; };