commit fd0132256402069a3f045d677f53cc2a1b5340e2
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Sat Jul 3 11:30:53 2021 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Sat Jul 3 11:30:53 2021 +0200

    adjust other layouts for the second label change
    
    From the commit:
    
            commit d06db9eb4fb8f1de5f5d144f5b8fb3bbf4cce84c
            Author: Maarten van Gompel <[email protected]>
            Date:   Sat Mar 6 16:30:44 2021 +0100
    
                Added a second key label for the shift-activated symbols

diff --git a/layout.arrows.h b/layout.arrows.h
index 29c2d0c..34050a2 100644
--- a/layout.arrows.h
+++ b/layout.arrows.h
@@ -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
diff --git a/layout.de.h b/layout.de.h
index 8a53e69..ed9928c 100644
--- a/layout.de.h
+++ b/layout.de.h
@@ -75,7 +75,7 @@ Buttonmod buttonmods[] = {
 
 #define OVERLAYS 1
 static Key overlay[OVERLAYS] = {
-       { 0, XK_Cancel },
+       { 0, 0, XK_Cancel },
 };
 
 #define LAYERS 1
diff --git a/layout.en.h b/layout.en.h
index 1e10601..9b45a23 100644
--- a/layout.en.h
+++ b/layout.en.h
@@ -70,7 +70,7 @@ Buttonmod buttonmods[] = {
 
 #define OVERLAYS 1
 static Key overlay[OVERLAYS] = {
-       { 0, XK_Cancel },
+       { 0, 0, XK_Cancel },
 };
 
 #define LAYERS 1
diff --git a/layout.ru.h b/layout.ru.h
index c0d5241..07a525b 100644
--- a/layout.ru.h
+++ b/layout.ru.h
@@ -72,7 +72,7 @@ Buttonmod buttonmods[] = {
 
 #define OVERLAYS 1
 static Key overlay[OVERLAYS] = {
-       { 0, XK_Cancel },
+       { 0, 0, XK_Cancel },
 };
 
 #define LAYERS 1
diff --git a/layout.sh.h b/layout.sh.h
index ef074fe..300eb0e 100644
--- a/layout.sh.h
+++ b/layout.sh.h
@@ -75,7 +75,7 @@ Buttonmod buttonmods[] = {
 
 #define OVERLAYS 1
 static Key overlay[OVERLAYS] = {
-       { 0, XK_Cancel },
+       { 0, 0, XK_Cancel },
 };
 
 #define LAYERS 1

Reply via email to