From 71eba39fe10cb4931b5988477b0fc1da46e3fc07 Mon Sep 17 00:00:00 2001 From: Richard Davison Date: Mon, 15 Jan 2024 07:25:20 -0500 Subject: [PATCH] Open feat(layouts): add graphite_angle_vc (rdavison) (#4926) --- frontend/static/layouts/_list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 04943550a..39bf7a17a 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1716,6 +1716,17 @@ "row5": [" "] } }, + "graphite_angle_vc": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"], + "row2": ["bB", "lL", "dD", "wW", "zZ", "'_", "fF", "oO", "uU", "jJ", ";:", "=+", "\\|"], + "row3": ["nN", "rR", "tT", "sS", "gG", "yY", "hH", "aA", "eE", "iI", ",?"], + "row4": ["qQ", "mM", "vV", "cC", "xX", "pP", "kK", ".>", "-\"", "/<"], + "row5": [" "] + } + }, "graphite_angle_kp": { "keymapShowTopRow": false, "type": "ansi",