mirror of
git://git.suckless.org/svkbd
synced 2024-12-17 19:54:45 +00:00
added missing e caron to overlay in international and simple layouts (e.g. for czech)
This commit is contained in:
parent
4c9182636c
commit
e2828d4f7a
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user