Skip to content

Commit 220f2b8

Browse files
authored
feat(layout): add Ergopti (@adrienm7) (monkeytypegame#6352)
### Description This pull request adds the [Ergopti keyboard layout](https://ergopti.fr). ### Checks - [ ] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language or a theme? - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [ ] If is a theme, did you add the theme.css? - Also please add a screenshot of the theme, it would be extra awesome if you do so! - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.
1 parent 195b9d8 commit 220f2b8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/static/layouts/_list.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,7 @@
22672267
"row5": [" "]
22682268
}
22692269
},
2270-
"panini_wide": {
2270+
"panini_wide": {
22712271
"keymapShowTopRow": false,
22722272
"type": "ansi",
22732273
"keys": {
@@ -2277,5 +2277,16 @@
22772277
"row4": ["zZ", "xX", "dD", "gG", "qQ", "/?", "mM", "hH", "'\"", ";:"],
22782278
"row5": [" "]
22792279
}
2280+
},
2281+
"ergopti": {
2282+
"keymapShowTopRow": false,
2283+
"type": "iso",
2284+
"keys": {
2285+
"row1": ["=+", "11", "22", "33", "44", "55", "66", "77", "88", "99", "", "€£", "%‰"],
2286+
"row2": ["èÈ", "yY", "oO", "wW", "bB", "fF", "gG", "hH", "cC", "xX", "zZ", "çÇ"],
2287+
"row3": ["aA", "iI", "eE", "uU", ".:", "vV", "sS", "nN", "tT", "rR", "qQ", "^!"],
2288+
"row4": ["êÊ", "éÉ", "àÀ", "jJ", ",;", "kK", "mM", "dD", "lL", "pP", "'?"],
2289+
"row5": [" -"]
2290+
}
22802291
}
22812292
}

0 commit comments

Comments
 (0)