change layout

This commit is contained in:
zcake 2021-02-06 11:07:11 +08:00
parent 3ac79f1363
commit 83ed122589
5 changed files with 6 additions and 5 deletions

BIN
drw.o

Binary file not shown.

View File

@ -70,8 +70,8 @@ static Key keys_en[KEYS] = {
{ 0, XK_n, 1 },
{ 0, XK_m, 1 },
{ "", XK_Up, 1 },
{ ",", XK_colon, 1 },
{ ".", XK_period, 1 },
{ "<,", XK_comma, 1 },
{ ">.", XK_period, 1 },
{ "/?", XK_slash, 1 },
{ "Shift", XK_Shift_R, 2 },
{ 0 }, /* New row */
@ -127,6 +127,10 @@ static Key keys_emoji [KEYS] = {
{ "♫+", XF86XK_AudioRaiseVolume, 1 },//37
{ "☀-", XF86XK_MonBrightnessDown, 1 },//38
{ "☀+", XF86XK_MonBrightnessUp, 1 },//39
{ 0 }, /* New row */
{ "", XK_space, 5 },
{ 0 }, /* New row */
{ "", XK_Cancel, 1},//52
{ "й", XK_Cyrillic_shorti, 1 },
{ "ц", XK_Cyrillic_tse, 1 },
{ "у", XK_Cyrillic_u, 1 },
@ -154,7 +158,6 @@ 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,8 +166,6 @@ static Key keys_emoji [KEYS] = {
{ "т", XK_Cyrillic_te, 1 },
{ "ь", XK_Cyrillic_softsign, 1 },
{ "б", XK_Cyrillic_be, 1 },
{0},
{ "", XK_space, 5 },
{0},
{ "", XK_space, 5 },
};

BIN
svkbd

Binary file not shown.

BIN
svkbd.o

Binary file not shown.

BIN
util.o

Binary file not shown.