layout
This commit is contained in:
zcake 2021-01-31 05:50:03 +00:00
parent e62610578c
commit 1d79ce465f
3 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ static Key keys_en[KEYS] = {
{ "]", XK_bracketright, 1 },
{ "\\|", XK_backslash, 1 },
{ 0 }, /* New row */
{ "Esc", XK_Escape, 1 },
{ "", XK_Cancel, 1},
{ 0, XK_a, 1 },
{ 0, XK_s, 1 },
{ 0, XK_d, 1 },
@ -73,7 +73,7 @@ static Key keys_en[KEYS] = {
{ "/?", XK_slash, 1 },
{ "Shift", XK_Shift_R, 2 },
{ 0 }, /* New row */
{ "", XK_Cancel, 1},
{ "Esc", XK_Escape, 1 },
{ "Ctrl", XK_Control_L, 2 },
{ "Alt", XK_Alt_L, 2 },
{ "", XK_Super_L, 2 },

BIN
svkbd

Binary file not shown.

BIN
svkbd.o

Binary file not shown.