summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2014-03-25 17:16:57 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-04-18 00:01:23 +0100
commitfa0f633379c4ea75bc9ce0362a9e16bef3be5914 (patch)
tree7963f9d893cbd8712beb12bd5b5912661c2a0300
parent9a2feca7036d408cce4d59bf68fcf58c48381fa6 (diff)
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.
-rw-r--r--symbols/fi16
1 files changed, 8 insertions, 8 deletions
diff --git a/symbols/fi b/symbols/fi
index 1818243d..1bf9ff07 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 <TLDE> { [ section, onehalf, onequarter, threequarters ] };
key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
@@ -112,8 +111,8 @@ xkb_symbols "fi" {
key <AE05> { [ 5, percent, EuroSign, masculine ] };
key <AE06> { [ 6, ampersand, yen, ordfeminine ] };
key <AE07> { [ 7, slash, braceleft, plusminus ] };
- key <AE08> { [ 8, parenleft, bracketleft, guillemotleft ] };
- key <AE09> { [ 9, parenright, bracketright, guillemotright ] };
+ key <AE08> { [ 8, parenleft, bracketleft, less ] };
+ key <AE09> { [ 9, parenright, bracketright, greater ] };
key <AE10> { [ 0, equal, braceright, degree ] };
key <AE11> { [ plus, question, backslash, questiondown ] };
key <AE12> { [ 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)"
};