mirror of git://git.suckless.org/svkbd
adjust other layouts for the second label change
From the commit:
commit d06db9eb4f
Author: Maarten van Gompel <proycon@anaproy.nl>
Date: Sat Mar 6 16:30:44 2021 +0100
Added a second key label for the shift-activated symbols
This commit is contained in:
parent
e2dff73599
commit
fd01322564
|
@ -1,11 +1,11 @@
|
|||
#define KEYS 6
|
||||
static Key keys_arrows[] = {
|
||||
{ 0, XK_Shift_L, 2 },
|
||||
{ "←", XK_Left, 1 },
|
||||
{ "↓", XK_Down, 1 },
|
||||
{ "↑", XK_Up, 1 },
|
||||
{ "→", XK_Right, 1},
|
||||
{ "Alt", XK_Alt_L, 2 },
|
||||
{ 0, 0, XK_Shift_L, 2 },
|
||||
{ "←", 0, XK_Left, 1 },
|
||||
{ "↓", 0, XK_Down, 1 },
|
||||
{ "↑", 0, XK_Up, 1 },
|
||||
{ "→", 0, XK_Right, 1},
|
||||
{ "Alt", 0, XK_Alt_L, 2 },
|
||||
};
|
||||
|
||||
Buttonmod buttonmods[] = {
|
||||
|
@ -15,7 +15,7 @@ Buttonmod buttonmods[] = {
|
|||
|
||||
#define OVERLAYS 1
|
||||
static Key overlay[OVERLAYS] = {
|
||||
{ 0, XK_Cancel },
|
||||
{ 0, 0, XK_Cancel },
|
||||
};
|
||||
|
||||
#define LAYERS 1
|
||||
|
|
|
@ -75,7 +75,7 @@ Buttonmod buttonmods[] = {
|
|||
|
||||
#define OVERLAYS 1
|
||||
static Key overlay[OVERLAYS] = {
|
||||
{ 0, XK_Cancel },
|
||||
{ 0, 0, XK_Cancel },
|
||||
};
|
||||
|
||||
#define LAYERS 1
|
||||
|
|
|
@ -70,7 +70,7 @@ Buttonmod buttonmods[] = {
|
|||
|
||||
#define OVERLAYS 1
|
||||
static Key overlay[OVERLAYS] = {
|
||||
{ 0, XK_Cancel },
|
||||
{ 0, 0, XK_Cancel },
|
||||
};
|
||||
|
||||
#define LAYERS 1
|
||||
|
|
|
@ -72,7 +72,7 @@ Buttonmod buttonmods[] = {
|
|||
|
||||
#define OVERLAYS 1
|
||||
static Key overlay[OVERLAYS] = {
|
||||
{ 0, XK_Cancel },
|
||||
{ 0, 0, XK_Cancel },
|
||||
};
|
||||
|
||||
#define LAYERS 1
|
||||
|
|
|
@ -75,7 +75,7 @@ Buttonmod buttonmods[] = {
|
|||
|
||||
#define OVERLAYS 1
|
||||
static Key overlay[OVERLAYS] = {
|
||||
{ 0, XK_Cancel },
|
||||
{ 0, 0, XK_Cancel },
|
||||
};
|
||||
|
||||
#define LAYERS 1
|
||||
|
|
Loading…
Reference in New Issue