Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
62 changes: 62 additions & 0 deletions frontend/static/layouts/gust.json
Original file line number Diff line number Diff line change
@@ -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": [[" "]]
}
}
1 change: 1 addition & 0 deletions packages/schemas/src/layouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export const LayoutNameSchema = z.enum(
"estonian",
"stronk",
"dhorf",
"gust",
"recurva",
"seht-drai",
"ints",
Expand Down
Loading