diff --git a/home/programs/layout.custom.h b/home/programs/layout.custom.h index 54c4220..897a6ba 100644 --- a/home/programs/layout.custom.h +++ b/home/programs/layout.custom.h @@ -767,13 +767,13 @@ static struct key keys_landscape_special[] = { {"=", "=", 1.0, Code, KEY_EQUAL}, {"", "", 0.0, EndRow}, - {"Abc", "Abc", 0.5, Layout, 0, &layouts[Landscape]}, - {"(", "(", 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}, + {"Abc", "Abc", 1.0, Layout, 0, &layouts[Landscape]}, + {"(", "(", 0.5, Code, KEY_9}, + {")", ")", 0.5, Code, KEY_0}, + {"[", "[", 0.5, Code, KEY_LEFTBRACE}, + {"]", "]", 0.5, Code, KEY_RIGHTBRACE}, + {"{", "{", 0.5, Code, KEY_LEFTBRACE}, + {"}", "}", 0.5, Code, KEY_RIGHTBRACE}, {"\\", "\\", 0.75, Code, KEY_BACKSLASH}, {"|", "|", 0.75, Code, KEY_BACKSLASH}, {";", ";", 1.0, Code, KEY_SEMICOLON}, @@ -783,15 +783,15 @@ static struct key keys_landscape_special[] = { {"/", ">", 1.0, Code, KEY_SLASH}, {"", "", 0.0, EndRow}, - {"↑", "↑", 1.0, Code, KEY_UP}, - {"↓", "↓", 1.0, Code, KEY_DOWN}, - {"⇈", "⇈", 1.0, Code, KEY_PAGEUP}, - {"⇊", "⇊", 1.0, Code, KEY_PAGEDOWN}, + {"↑", "↑", 1.5, Code, KEY_UP}, + {"↓", "↓", 1.5, Code, KEY_DOWN}, + {"PgUp", "PgUp", 0.5, Code, KEY_PAGEUP}, + {"PgDn", "PgDn", 0.5, 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_SLASH}, {"⌫", "⌫", 2.0, Code, KEY_BACKSPACE}, {"", "", 0.0, EndRow},