Clean up secondary layout positioning LRDU properly & blanking placeholders

This commit is contained in:
Miles Alan 2020-08-02 15:46:08 +02:00 committed by Hiltjo Posthuma
parent 6e5bf2d8e4
commit e6e716202b
1 changed files with 6 additions and 6 deletions

View File

@ -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 */