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 },