From e6e716202bb928b4105c870952b219a553af99ae Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sun, 2 Aug 2020 15:46:08 +0200 Subject: [PATCH] Clean up secondary layout positioning LRDU properly & blanking placeholders --- layout.sxmo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layout.sxmo.h b/layout.sxmo.h index cd4afb6..a13e706 100644 --- a/layout.sxmo.h +++ b/layout.sxmo.h @@ -80,14 +80,14 @@ static Key keys_symbols[40] = { { 0 }, /* New row */ - { "|", XK_Shift_L|XK_bar, 1 }, + { " ", XK_Shift_L|XK_bar, 1 }, + { " ", XK_Shift_L|XK_bar, 1 }, { "L", XK_Left, 1 }, { "R", XK_Right, 1 }, - { "Ctrl-C", XK_Shift_L|XK_bar, 1 }, - { "Ctrl-L", XK_Shift_L|XK_bar, 1 }, - { "Ctrl-V", XK_Shift_L|XK_bar, 1 }, - { "Ctrl-D", XK_Shift_L|XK_bar, 1 }, - { "TAB", XK_Tab, 1 }, + { " ", XK_Shift_L|XK_bar, 1 }, + { " ", XK_Shift_L|XK_bar, 1 }, + { " ", XK_Shift_L|XK_bar, 1 }, + { "Tab", XK_Tab, 1 }, { "<-", XK_BackSpace, 2 }, { 0 }, /* New row */