From fb12efdf39a404ebacb0cac3903b952572528bff Mon Sep 17 00:00:00 2001 From: svu Date: Wed, 10 Oct 2007 23:19:12 +0000 Subject: [PATCH] fixed fi(kotoistus), b.fd.o#12764 --- symbols/fi | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/symbols/fi b/symbols/fi index 65f06b2..c496a26 100644 --- a/symbols/fi +++ b/symbols/fi @@ -95,7 +95,12 @@ xkb_symbols "smi" { // May 5, 2006. // May 6, 2006. // May 12, 2006. -// +// Oct 10, 2007. +// +// Oct 10, 2007. +// -Changed space column 3 to nobreakspace (from space). +// -Changed UFE63 entries to dead_stroke. +// // Nov 29, 2006. // UFE63 can be changed to dead_stroke starting with version 7.0.7. of the X server. // @@ -129,8 +134,8 @@ xkb_symbols "kotoistus" { name[Group1]="Finland - Kotoistus"; - key { [ space, space, space, nobreakspace ] }; - key { [ section, onehalf, UFE63, NoSymbol ] }; + key { [ space, space, nobreakspace, nobreakspace ] }; + key { [ section, onehalf, dead_stroke, NoSymbol ] }; key { [ 1, exclam, NoSymbol, exclamdown ] }; key { [ 2, quotedbl, at, rightdoublequotemark ] }; key { [ 3, numbersign, sterling, guillemotright ] }; @@ -163,7 +168,7 @@ xkb_symbols "kotoistus" { key { [ h, H, h, H ] }; key { [ j, J, j, J ] }; key { [ k, K, kra, NoSymbol ] }; - key { [ l, L, UFE63, NoSymbol ] }; + key { [ l, L, dead_stroke, NoSymbol ] }; key { [ odiaeresis, Odiaeresis, oslash, Ooblique ] }; key { [ adiaeresis, Adiaeresis, ae, AE ] }; key { [ apostrophe, asterisk, dead_caron, dead_breve ] }; -- 2.7.4