commit 59198800c83fe44d0f44244e43a70d8dea31b9ae Author: Gunnar Hjalmarsson Date: Mon Oct 10 01:29:17 2016 +0200 Add Elfdalian layout https://bugs.freedesktop.org/show_bug.cgi?id=98177 diff --git a/rules/base.xml.in b/rules/base.xml.in index ffa70eb..52e7a54 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -4517,6 +4517,15 @@ + + + ovd + <_description>Elfdalian (Swedish, with combining ogonek) + + ovd + + + diff --git a/symbols/se b/symbols/se index be07cad..2bd68d9 100644 --- a/symbols/se +++ b/symbols/se @@ -359,4 +359,18 @@ xkb_symbols "dvorak_a5" { }; +partial alphanumeric_keys +xkb_symbols "ovd" { + + // Adds combining ogonek (U0328) to the basic Swedish layout to facilitate + // typing of Ą ą Ę ę Į į Ų ų Y̨ y̨ Ą̊ ą̊. + // The character replaces which is considered dispensable + // since ä and ö have their own keys. is still available + // via + Å. + + include "se(basic)" + + name[Group1]="Elfdalian (Swedish, with combining ogonek)"; + key { [ U0328, dead_circumflex, dead_tilde, dead_caron ] }; +};