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