Skip to content

Commit e4afca1

Browse files
authored
feat(layout): add Gallium-NL layout (@Ririshi) (monkeytypegame#7029)
### Description I recently created a modded version of Gallium that is more suited for typing a mix of English and Dutch, rather than just being optimized for English. I'd love to start learning the layout, so having a visual guide would be very useful. I think others in my situation (who type a mix of English and Dutch) could also benefit from having this layout added. <!-- Please describe the change(s) made in your PR --> ### Checks - [x] Adding a layout? - [x] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) - [x] Add layout to `packages/schemas/src/layouts.ts` - [x] Add layout json file to `frontend/static/layouts` <!-- label(optional scope): pull request title (@your_github_username) --> <!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.--> <!-- the issue(s) your PR resolves if any (delete if that is not the case) --> <!-- please also reference any issues and or PRs related to your pull request --> <!-- Also remove it if you are not following any issues. --> <!-- pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number e.g: [monkeytypegame#1234](monkeytypegame#1234) --> <!-- pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
1 parent 46fa005 commit e4afca1

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"keymapShowTopRow": false,
3+
"type": "ansi",
4+
"keys": {
5+
"row1": [
6+
["`", "~"],
7+
["1", "!"],
8+
["2", "@"],
9+
["3", "#"],
10+
["4", "$"],
11+
["5", "%"],
12+
["6", "^"],
13+
["7", "&"],
14+
["8", "*"],
15+
["9", "("],
16+
["0", ")"],
17+
["-", "_"],
18+
["=", "+"]
19+
],
20+
"row2": [
21+
["b", "B"],
22+
["l", "L"],
23+
["d", "D"],
24+
["c", "C"],
25+
["v", "V"],
26+
["y", "Y"],
27+
["p", "P"],
28+
["u", "U"],
29+
["o", "O"],
30+
[",", "<"],
31+
["[", "{"],
32+
["]", "}"],
33+
["\\", "|"]
34+
],
35+
"row3": [
36+
["n", "N"],
37+
["r", "R"],
38+
["t", "T"],
39+
["s", "S"],
40+
["w", "W"],
41+
["f", "F"],
42+
["h", "H"],
43+
["e", "E"],
44+
["a", "A"],
45+
["i", "I"],
46+
["/", "?"]
47+
],
48+
"row4": [
49+
["x", "X"],
50+
["q", "Q"],
51+
["m", "M"],
52+
["g", "G"],
53+
["j", "J"],
54+
["z", "Z"],
55+
["k", "K"],
56+
["'", "\""],
57+
[";", ":"],
58+
[".", ">"]
59+
],
60+
"row5": [[" "]]
61+
}
62+
}

packages/schemas/src/layouts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const LayoutNameSchema = z.enum(
155155
"gallium_angle",
156156
"gallium_v2",
157157
"gallium_v2_matrix",
158+
"gallium_nl",
158159
"maya",
159160
"gallaya_angle_ansi",
160161
"gallaya_angle_iso",

0 commit comments

Comments
 (0)