Skip to content

Commit

Permalink
impr(layout): add hungarian layout (BarniExe) (#4590)
Browse files Browse the repository at this point in the history
* Added hungarian layout

* reordered layouts

---------

Co-authored-by: Miodec <jack@monkeytype.com>
  • Loading branch information
BarniExe and Miodec committed Aug 28, 2023
1 parent 5d9c863 commit 72dfee4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,17 @@
"row5": [" "]
}
},
"hungarian": {
"keymapShowTopRow": true,
"type": "iso",
"keys": {
"row1": ["", "1'", "2\"", "3+", "4!", "5%", "6/", "7=", "8(", "9)", "öÖ", "üÜ", "óÓ"],
"row2": ["qQ", "wW", "eE", "rR", "tT", "zZ", "uU", "iI", "oO", "pP", "őŐ", "úÚ"],
"row3": ["aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", "éÉ", "áÁ", "űŰ"],
"row4": ["íÍ", "yY", "xX", "cC", "vV", "bB", "nN", "mM", ",?", ".:", "-_"],
"row5": [" "]
}
},
"handsdown_alt": {
"keymapShowTopRow": false,
"type": "ansi",
Expand Down

0 comments on commit 72dfee4

Please sign in to comment.