diff options
author | farkon00 <[email protected]> | 2024-01-10 16:48:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-10 15:48:16 +0100 |
commit | 0566280bc4de8cf28bc31b0ca220edb7921d9142 (patch) | |
tree | 447ffb38233d5e501f70752865c62f20c8c584df /frontend/static/layouts | |
parent | 7843ce04785c5367792cebfedf3ce69ab507b75d (diff) | |
download | monkeytype-0566280bc4de8cf28bc31b0ca220edb7921d9142.tar.gz monkeytype-0566280bc4de8cf28bc31b0ca220edb7921d9142.zip |
impr(layout emulator): add support for alt layer emulation (farkon00) (#4817)
* impr: add AltGr support to the keyboard emulator
* Added a polish layout
* fix: fix caps lock and punctuation behavior for layout emulator
* Add AltGr version of Ґ to the Ukrainian layout
* Fixed the backquote key not working for the layout emulator
* Renamed polish layout to polish programmers
* Made layout emulator use both alts for modifications on mac
Diffstat (limited to 'frontend/static/layouts')
-rw-r--r-- | frontend/static/layouts/_list.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index c514b4908..4bda3f524 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1264,6 +1264,17 @@ "row5": [" "] } }, + "polish_programmers": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["qQ", "wW", "eEęĘ", "rR", "tT", "yY", "uU", "iI", "oOóÓ", "pP", "[{", "]}", "\\|"], + "row3": ["aAąĄ", "sSśŚ", "dD", "fF", "gG", "hH", "jJ", "kK", "lLłŁ", ";:", "'\""], + "row4": ["zZżŻ", "xXźŹ", "cCćĆ", "vV", "bB", "nNńŃ", "mM", ",<", ".>", "/?"], + "row5": [" "] + } + }, "bulgarian": { "keymapShowTopRow": false, "type": "iso", @@ -1291,7 +1302,7 @@ "type": "ansi", "keys": { "row1": ["'₴", "1!", "2\"", "3№", "4;", "5%", "6:", "7?", "8*", "9(", "0)", "-_", "=+"], - "row2": ["йЙ", "цЦ", "уУ", "кК", "еЕ", "нН", "гГ", "шШ", "щЩ", "зЗ", "хХ", "їЇ", "ґҐ"], + "row2": ["йЙ", "цЦ", "уУ", "кК", "еЕ", "нН", "гГґҐ", "шШ", "щЩ", "зЗ", "хХ", "їЇ", "ґҐ"], "row3": ["фФ", "іІ", "вВ", "аА", "пП", "рР", "оО", "лЛ", "дД", "жЖ", "єЄ"], "row4": ["яЯ", "чЧ", "сС", "мМ", "иИ", "тТ", "ьЬ", "бБ", "юЮ", ".,"], "row5": [" "] |