commit e2828d4f7a290ebab671c3bfff162684c7779be0
Author: Maarten van Gompel <[email protected]>
AuthorDate: Sun Jul 11 17:53:40 2021 +0200
Commit: Hiltjo Posthuma <[email protected]>
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 },