From 7b642eafc503906403b90437f2610910d018932c Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sat, 6 Mar 2021 19:43:57 +0100 Subject: [PATCH] Adding better CapsLock and lowercase w. --- layout.mobile-intl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout.mobile-intl.h b/layout.mobile-intl.h index dea91a3..de9c3fa 100644 --- a/layout.mobile-intl.h +++ b/layout.mobile-intl.h @@ -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 },