Introduction
Introduction Statistics Contact Development Disclaimer Help
Clean up secondary layout positioning LRDU properly & blanking placeholders - s…
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit e6e716202bb928b4105c870952b219a553af99ae
parent 6e5bf2d8e4d85a19b0ee82d4fb92b850a78b3892
Author: Miles Alan <[email protected]>
Date: Sun, 2 Aug 2020 15:46:08 +0200
Clean up secondary layout positioning LRDU properly & blanking placeholders
Diffstat:
M layout.sxmo.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git 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 */
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.