// based on // XKB keyboard by Hrafnkell Eiriksson - hkelle@rhi.hi.is // fixes by Olafur Osvaldsson - oli@isnic.is // // $XFree86: xc/programs/xkbcomp/symbols/is,v 1.3 2002/11/26 01:57:25 dawes Exp $ default partial alphanumeric_keys xkb_symbols "basic" { include "latin(type4)" name[Group1]="Icelandic"; key { [ 2, quotedbl, twosuperior, oneeighth ] }; key { [ 4, dollar, onequarter, currency ] }; key { [odiaeresis, Odiaeresis, backslash, questiondown ] }; key { [ minus, underscore, ccedilla, dead_ogonek ] }; key { [ eth, ETH, dead_diaeresis, dead_abovering ] }; key { [apostrophe, question, asciitilde, dead_macron ] }; key { [ ae, AE, asciicircum, dead_doubleacute ] }; key { [dead_acute, Adiaeresis, dead_circumflex, dead_caron] }; key { [ degree, diaeresis, notsign, notsign ] }; key { [ plus, asterisk, grave, dead_breve ] }; key { [ thorn, THORN, dead_belowdot, dead_abovedot ] }; include "level3(ralt_switch_multikey)" }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // modify the default Icelandic layout to use Sun dead keys include "is(basic)" key { [SunFA_Circum, degree, notsign, notsign ] }; key { [SunFA_Acute, SunFA_Grave, SunFA_Cedilla, SunFA_Cedilla ] }; key { [udiaeresis, Udiaeresis, SunFA_Diaeresis, SunFA_Diaeresis ] }; key { [ plus, asterisk, SunFA_Tilde, dead_macron ] }; key { [odiaeresis, Odiaeresis, SunFA_Acute, SunFA_Acute ] }; key { [adiaeresis, Adiaeresis, SunFA_Circum, SunFA_Circum ] }; key { [numbersign, acute, SunFA_Grave, SunFA_Grave ] }; }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // modify the default Icelandic layout to not have any dead keys include "is(basic)" key { [asciicircum, degree, notsign, notsign ] }; key { [apostrophe, grave, cedilla, cedilla ] }; key { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] }; key { [ plus, asterisk, asciitilde, macron ] }; key { [odiaeresis, Odiaeresis, acute, acute ] }; key { [adiaeresis, Adiaeresis, asciicircum, asciicircum ] }; key { [numbersign, acute, grave, grave ] }; key { [ thorn, THORN, dead_belowdot, abovedot ] }; };