From fa0f633379c4ea75bc9ce0362a9e16bef3be5914 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Tue, 25 Mar 2014 17:16:57 +0200 Subject: Sync fi/classic with fi/console Syncing fi/classic with fi/console from current kbd, basically just sacrifices guillemotleft/guillemotright to make it possible to type less/greater at 4th level with (virtual) keyboards missing the key. fi/default still provides guillemotleft/guillemotright and numerous other related symbols so users needing them can use it instead (and using local overrides with xmodmap(1) is also an option as always). Clean up the sun_type6 section while at it. --- symbols/fi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/symbols/fi b/symbols/fi index 1818243..1bf9ff0 100644 --- a/symbols/fi +++ b/symbols/fi @@ -101,8 +101,7 @@ xkb_symbols "classic" { partial alphanumeric_keys hidden xkb_symbols "fi" { - // Classic Finnish keyboard layout with dead keys support - // and all ISO-8859-1 and ISO-8859-15 characters available + // Classic Finnish keyboard layout with dead keys key { [ section, onehalf, onequarter, threequarters ] }; key { [ 1, exclam, exclamdown, onesuperior ] }; @@ -112,8 +111,8 @@ xkb_symbols "fi" { key { [ 5, percent, EuroSign, masculine ] }; key { [ 6, ampersand, yen, ordfeminine ] }; key { [ 7, slash, braceleft, plusminus ] }; - key { [ 8, parenleft, bracketleft, guillemotleft ] }; - key { [ 9, parenright, bracketright, guillemotright ] }; + key { [ 8, parenleft, bracketleft, less ] }; + key { [ 9, parenright, bracketright, greater ] }; key { [ 0, equal, braceright, degree ] }; key { [ plus, question, backslash, questiondown ] }; key { [ dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; @@ -205,9 +204,10 @@ xkb_symbols "mac" { name[Group1]="Finnish (Macintosh)"; }; -// EXTRAS: - partial alphanumeric_keys - xkb_symbols "sun_type6" { - include "sun_vndr/fi(sun_type6)" +xkb_symbols "sun_type6" { + + // Sun Type 6/7 keyboard for Finland + + include "sun_vndr/fi(sun_type6)" }; -- cgit v1.2.1