Adding better CapsLock and lowercase w.

This commit is contained in:
sergiotarxz 2021-03-06 19:43:57 +01:00
parent d57018ba51
commit 7b642eafc5
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ static Key keys_en[KEYS] = {
{ 0 }, /* New row */
{ "Tab", XK_Tab, 1 },
{ 0, XK_Caps_Lock, 2 },
{ "UP", XK_Caps_Lock, 2 },
{ 0, XK_a, 1 },
{ 0, XK_o, 1 },
{ 0, XK_e, 1 },
@ -41,7 +41,7 @@ static Key keys_en[KEYS] = {
{ 0, XK_x, 1 },
{ 0, XK_b, 1 },
{ 0, XK_m, 1 },
{ 0, XK_W, 1 },
{ 0, XK_w, 1 },
{ 0, XK_v, 1 },
{ 0, XK_z, 1 },