diff --git a/config.h b/config.h index 0d77769..d6f9e69 100644 --- a/config.h +++ b/config.h @@ -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" }, }; diff --git a/layout.h b/layout.h index 18c0740..8548990 100644 --- a/layout.h +++ b/layout.h @@ -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}, diff --git a/svkbd b/svkbd index 07c10e4..dcecf11 100755 Binary files a/svkbd and b/svkbd differ diff --git a/svkbd-arrows b/svkbd-arrows index 44e1531..e69de29 100755 Binary files a/svkbd-arrows and b/svkbd-arrows differ diff --git a/svkbd.o b/svkbd.o index 223e653..8999887 100644 Binary files a/svkbd.o and b/svkbd.o differ