commit 5a21191735813826ee6797a8214a27666c9df028 Author: Gunnar Hjalmarsson Date: Mon Oct 10 01:55:20 2016 +0200 Add Elfdalian layout https://bugs.freedesktop.org/show_bug.cgi?id=98177 diff --git a/rules/base.extras.xml.in b/rules/base.extras.xml.in index f95f44d..1ba882f 100644 --- a/rules/base.extras.xml.in +++ b/rules/base.extras.xml.in @@ -823,6 +823,15 @@ <_description>Swedish (Sun Type 6/7) + + + 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 ] }; +};