From 1ce4ea6da2b998a1ed1b1c75aa3bd215ee9c4963 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Tue, 29 Nov 2011 23:43:50 +0000 Subject: [PATCH] Small fixes to Icelandic https://bugs.freedesktop.org/show_bug.cgi?id=43173 --- symbols/is | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/symbols/is b/symbols/is index c40b8a9..f8e0ce1 100644 --- a/symbols/is +++ b/symbols/is @@ -2,6 +2,10 @@ // XKB keyboard by Hrafnkell Eiriksson - hkelle@rhi.hi.is // fixes by Olafur Osvaldsson - oli@isnic.is // +// "basic" corrected according to the Icelandic standard for keyboards, +// IST 125:1995 (some symbols substituted by a dead diacritic). +// Some positions are according to IST ISO/IEC 9995-3:1994 +// Added nobreakspace default partial alphanumeric_keys xkb_symbols "basic" { @@ -10,21 +14,27 @@ xkb_symbols "basic" { 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 { [ minus, underscore, dead_cedilla, dead_ogonek ] }; key { [ eth, ETH, dead_diaeresis, dead_abovering ] }; - key { [apostrophe, question, asciitilde, dead_macron ] }; + key { [apostrophe, question, dead_tilde, dead_macron ] }; key { [ ae, AE, asciicircum, dead_doubleacute ] }; - key { [dead_acute, dead_circumflex, dead_circumflex ] }; - key { [ degree, diaeresis, notsign, notsign ] }; + key { [dead_acute, dead_acute, dead_circumflex, dead_caron ] }; + key { [dead_abovering, dead_diaeresis, notsign, hyphen ] }; - key { [ plus, asterisk, grave, dead_breve ] }; +// = + key { [ plus, asterisk, dead_grave, dead_breve ] }; + +// = , is in file "pc": pc105 key { [ thorn, THORN, dead_belowdot, dead_abovedot ] }; + key { [ space, space, nobreakspace, nobreakspace ] }; + include "level3(ralt_switch)" }; -- 2.32.0.93.g670b81a890