Skip to content

Commit f130947

Browse files
authored
impr(layout): adjust the Romak layout according to the latest changes (@rafaelromao) (monkeytypegame#6708)
Layout Page: https://rafaelromao.github.io/romak/
1 parent 7b283b9 commit f130947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/static/layouts/romak.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
["l", "L"],
2828
["o", "O"],
2929
["u", "U"],
30-
["y", "Y"],
30+
[";", ":"],
3131
["[", "{"],
3232
["]", "}"],
3333
["\\", "|"]
@@ -43,10 +43,10 @@
4343
["a", "A"],
4444
["e", "E"],
4545
["i", "I"],
46-
[";", ":"]
46+
["'", "\""]
4747
],
4848
"row4": [
49-
["'", "\""],
49+
["y", "Y"],
5050
["f", "F"],
5151
["c", "C"],
5252
["p", "P"],

0 commit comments

Comments
 (0)