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

This commit is contained in:
Maarten van Gompel 2021-07-11 17:53:40 +02:00 committed by Hiltjo Posthuma
parent 4c9182636c
commit e2828d4f7a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 },