diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6309b4e56206..ba477f28a183 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -20,7 +20,7 @@ body: - type: checkboxes attributes: - label: Is there an [existing issue](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) for this? + label: Is there an existing issue for this? description: Please [search](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered. options: - label: I have [searched](https://github.com/monkeytypegame/monkeytype/issues?q=is%3Aissue) the existing open and closed issues diff --git a/frontend/static/layouts/gust.json b/frontend/static/layouts/gust.json new file mode 100644 index 000000000000..26b2bdc57ea2 --- /dev/null +++ b/frontend/static/layouts/gust.json @@ -0,0 +1,62 @@ +{ + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": [ + ["`", "~"], + ["1", "!"], + ["2", "@"], + ["3", "#"], + ["4", "$"], + ["5", "%"], + ["6", "^"], + ["7", "&"], + ["8", "*"], + ["9", "("], + ["0", ")"], + ["[", "{"], + ["]", "}"] + ], + "row2": [ + [";", ":"], + ["u", "U"], + ["o", "O"], + ["f", "F"], + ["j", "J"], + ["q", "Q"], + ["k", "K"], + ["l", "L"], + ["r", "R"], + ["v", "V"], + ["/", "?"], + ["=", "+"], + ["\\", "|"] + ], + "row3": [ + ["e", "E"], + ["i", "I"], + ["a", "A"], + ["c", "C"], + ["y", "Y"], + ["d", "D"], + ["h", "H"], + ["t", "T"], + ["n", "N"], + ["s", "S"], + ["-", "_"] + ], + "row4": [ + [",", "<"], + [".", ">"], + ["p", "P"], + ["g", "G"], + ["'", "\""], + ["b", "B"], + ["m", "M"], + ["w", "W"], + ["x", "X"], + ["z", "Z"] + ], + "row5": [[" "]] + } +} diff --git a/packages/schemas/src/layouts.ts b/packages/schemas/src/layouts.ts index 89466b784049..08bcc604b5e3 100644 --- a/packages/schemas/src/layouts.ts +++ b/packages/schemas/src/layouts.ts @@ -182,6 +182,7 @@ export const LayoutNameSchema = z.enum( "estonian", "stronk", "dhorf", + "gust", "recurva", "seht-drai", "ints",