added missing e caron to overlay in international and simple layouts (e.g. for czech) - svkbd - simple virtual keyboard
 (HTM) git clone git://git.suckless.org/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e2828d4f7a290ebab671c3bfff162684c7779be0
 (DIR) parent 4c9182636c4db00eb8bfa92571f7917ad974b628
 (HTM) Author: Maarten van Gompel <proycon@anaproy.nl>
       Date:   Sun, 11 Jul 2021 17:53:40 +0200
       
       added missing e caron to overlay in international and simple layouts (e.g. for czech)
       
       Diffstat:
         M layout.mobile-intl.h                |       1 +
         M layout.mobile-simple.h              |       1 +
       
       2 files changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git 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
 (DIR) diff --git 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 },