commit e6e716202bb928b4105c870952b219a553af99ae
Author: Miles Alan <[email protected]>
AuthorDate: Sun Aug 2 15:46:08 2020 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun Aug 2 17:59:36 2020 +0200
Clean up secondary layout positioning LRDU properly & blanking placeholders
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 */