From 724a4aefaae27a2408720112aee36d0047cb379f Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Fri, 31 Jul 2026 00:55:17 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20174=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-07-31=2000:54=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updated layout --- home/programs/layout.custom.h | 40 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/home/programs/layout.custom.h b/home/programs/layout.custom.h index cbb542d..54c4220 100644 --- a/home/programs/layout.custom.h +++ b/home/programs/layout.custom.h @@ -734,15 +734,13 @@ static struct key keys_landscape[] = { {"", "", 5.0, Code, KEY_SPACE}, {".", ".", 1.0, Code, KEY_DOT}, {"Enter", "Enter", 2.0, Code, KEY_ENTER}, - {"", "", 0.0, EndRow}, /* end of layout */ {"", "", 0.0, Last}, }; static struct key keys_landscape_special[] = { - {"Esc", "Esc", 0.5, Code, KEY_ESC}, - {"", "", 0.5, Pad}, + {"Esc", "Esc", 1.0, Code, KEY_ESC}, {"1", "1", 1.0, Code, KEY_1}, {"2", "2", 1.0, Code, KEY_2}, {"3", "3", 1.0, Code, KEY_3}, @@ -755,8 +753,8 @@ static struct key keys_landscape_special[] = { {"0", "0", 1.0, Code, KEY_0}, {"", "", 0.0, EndRow}, - {"`", "~", 0.5, Code, KEY_GRAVE}, - {"", "", 0.5, Pad}, + {"`", "`", 0.5, Code, KEY_GRAVE}, + {"~", "~", 0.5, Code, KEY_GRAVE}, {"!", "!", 1.0, Code, KEY_1}, {"@", "@", 1.0, Code, KEY_2}, {"#", "#", 1.0, Code, KEY_3}, @@ -765,18 +763,19 @@ static struct key keys_landscape_special[] = { {"^", "^", 1.0, Code, KEY_6}, {"&", "&", 1.0, Code, KEY_7}, {"*", "*", 1.0, Code, KEY_8}, - {"(", "(", 1.0, Code, KEY_9}, - {")", ")", 1.0, Code, KEY_0}, + {"-", "-", 1.0, Code, KEY_MINUS}, + {"=", "=", 1.0, Code, KEY_EQUAL}, {"", "", 0.0, EndRow}, {"Abc", "Abc", 0.5, Layout, 0, &layouts[Landscape]}, - {"", "", 0.5, Pad}, + {"(", "(", 0.75, Code, KEY_9}, + {")", ")", 0.75, Code, KEY_0}, {"[", "[", 0.75, Code, KEY_LEFTBRACE}, {"]", "]", 0.75, Code, KEY_RIGHTBRACE}, {"{", "{", 0.75, Code, KEY_LEFTBRACE}, {"}", "}", 0.75, Code, KEY_RIGHTBRACE}, - {"\\", "\\", 1.0, Code, KEY_BACKSLASH}, - {"|", "|", 1.0, Code, KEY_BACKSLASH}, + {"\\", "\\", 0.75, Code, KEY_BACKSLASH}, + {"|", "|", 0.75, Code, KEY_BACKSLASH}, {";", ";", 1.0, Code, KEY_SEMICOLON}, {":", ":", 1.0, Code, KEY_SEMICOLON}, {"'", "'", 1.0, Code, KEY_APOSTROPHE}, @@ -786,21 +785,20 @@ static struct key keys_landscape_special[] = { {"↑", "↑", 1.0, Code, KEY_UP}, {"↓", "↓", 1.0, Code, KEY_DOWN}, - {"", "", 2.0, Pad}, - {"<", "«", 1.0, Code, KEY_COMMA}, - {">", "»", 1.0, Code, KEY_DOT}, - {"¡", "¿", 1.0, Code, KEY_MENU}, - {",", "'", 1.0, Code, KEY_COMMA}, - {".", "?", 1.0, Code, KEY_DOT}, + {"⇈", "⇈", 1.0, Code, KEY_PAGEUP}, + {"⇊", "⇊", 1.0, Code, KEY_PAGEDOWN}, + {"_", "_", 1.0, Code, KEY_MINUS}, + {"+", "+", 1.0, Code, KEY_EQUAL}, + {"<", "<", 1.0, Code, KEY_COMMA}, + {">", ">", 1.0, Code, KEY_DOT}, {"/", ">", 1.0, Code, KEY_SLASH}, - {"⌫", "⌫", 1.0, Code, KEY_BACKSPACE}, + {"⌫", "⌫", 2.0, Code, KEY_BACKSPACE}, {"", "", 0.0, EndRow}, - {"←", "←", 1.0, Code, KEY_LEFT}, - {"→", "→", 1.0, Code, KEY_RIGHT}, - {"", "", 2.0, Pad}, + {"←", "←", 1.5, Code, KEY_LEFT}, + {"→", "→", 1.5, Code, KEY_RIGHT}, {"Sup", "Sup", 1.0, Mod, Super}, - {"", "", 4.0, Code, KEY_SPACE}, + {"", "", 6.0, Code, KEY_SPACE}, {"Enter", "Enter", 2.0, Code, KEY_ENTER}, /* end of layout */