This commit is contained in:
zcake 2021-01-31 11:59:14 +00:00
parent b792a6c233
commit 3ac79f1363
5 changed files with 5 additions and 6 deletions

View File

@ -9,9 +9,9 @@ static int fontsize = 10;
static double overlay_delay = 1.0;
static int heightfactor = 20; //one row of keys takes up 1/x of the screen height
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#ff5555", "#282a36" },
[SchemePress] = { "#50fa7b","#282a36" },
[SchemeHighlight] = { "#ff79c6", "#282a36" },
// fg bg
[SchemeHighlight] = { "#ff5555", "#282a36" },
[SchemeNorm] = { "#ff5555", "#282a36" },
[SchemePress] = { "#282a36", "#ff79c6" },
};

View File

@ -154,7 +154,7 @@ static Key keys_emoji [KEYS] = {
{ "ю", XK_Cyrillic_yu, 1 },
{ 0 }, /* New row */
{ "", XK_Cancel, 1},//52
{ "я", XK_Cyrillic_ya, 1 },
{ "ч", XK_Cyrillic_che, 1 },
{ "с", XK_Cyrillic_es, 1 },
@ -163,7 +163,6 @@ static Key keys_emoji [KEYS] = {
{ "т", XK_Cyrillic_te, 1 },
{ "ь", XK_Cyrillic_softsign, 1 },
{ "б", XK_Cyrillic_be, 1 },
{ "", XK_Cancel, 1},//52
{0},
{ "", XK_space, 5 },
{0},

BIN
svkbd

Binary file not shown.

Binary file not shown.

BIN
svkbd.o

Binary file not shown.