Skip to content

Commit

Permalink
impr(layout): add german dvorak imp (Bastkapp) (#4651)
Browse files Browse the repository at this point in the history
Layout from: Dvorak by Nizo
https://github.com/theNizo/DvorakByNizo
  • Loading branch information
Bastkapp committed Sep 23, 2023
1 parent 541d612 commit 61c3740
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 @@ -340,6 +340,17 @@
"row5": [" "]
}
},
"german_dvorak_imp": {
"keymapShowTopRow": true,
"type": "iso",
"keys": {
"row1": ["", "", "", "", "4#", "5@", "6&", "7~", "8\\", "9(", "0)", "+*", "=%"],
"row2": ["üÜ", ",;", ".:", "pP", "yY", "fF", "gG", "cC", "rR", "lL", "/?", "'\""],
"row3": ["aA", "oO", "eE", "uU", "iI", "dD", "hH", "tT", "nN", "sS", "ß!", "-_"],
"row4": ["äÄ", "öÖ", "qQ", "jJ", "kK", "xX", "bB", "mM", "wW", "vV", "zZ"],
"row5": [" "]
}
},
"spanish_dvorak": {
"keymapShowTopRow": false,
"type": "iso",
Expand Down

0 comments on commit 61c3740

Please sign in to comment.