commit e2828d4f7a290ebab671c3bfff162684c7779be0
Author:     Maarten van Gompel <proy...@anaproy.nl>
AuthorDate: Sun Jul 11 17:53:40 2021 +0200
Commit:     Hiltjo Posthuma <hil...@codemadness.org>
CommitDate: Mon Jul 12 12:33:32 2021 +0200

    added missing e caron to overlay in international and simple layouts (e.g. 
for czech)

diff --git a/layout.mobile-intl.h b/layout.mobile-intl.h
index 5d3e755..aae7410 100644
--- a/layout.mobile-intl.h
+++ b/layout.mobile-intl.h
@@ -138,6 +138,7 @@ static Key overlay[OVERLAYS] = {
        { "ę", 0, XK_eogonek },
        { "ē", 0, XK_emacron },
        { "ė", 0, XK_eabovedot },
+       { "ě", 0, XK_ecaron },
        { 0, 0, XK_Cancel },
        //--
        { 0, 0, XK_y }, //New overlay
diff --git a/layout.mobile-simple.h b/layout.mobile-simple.h
index 17c5ba4..a0d414a 100644
--- a/layout.mobile-simple.h
+++ b/layout.mobile-simple.h
@@ -212,6 +212,7 @@ static Key overlay[OVERLAYS] = {
        { "ę", 0, XK_eogonek },
        { "ē", 0, XK_emacron },
        { "ė", 0, XK_eabovedot },
+       { "ě", 0, XK_ecaron },
        { 0, 0, XK_Cancel },
 
        { 0, 0, XK_y },

Reply via email to