mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
hiding keymap
This commit is contained in:
parent
1cce0a1dc6
commit
ad530b751f
1 changed files with 2 additions and 2 deletions
|
@ -871,7 +871,7 @@ const layouts = {
|
|||
],
|
||||
},
|
||||
whorfmax: {
|
||||
keymapShowTopRow: true,
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}",
|
||||
"fF", "lL", "hH", "vV", "kK", "qQ", "wW", "oO", "uU", ",<", "-_", "=+", "\\|",
|
||||
|
@ -881,7 +881,7 @@ const layouts = {
|
|||
],
|
||||
},
|
||||
whorfmax_ortho: {
|
||||
keymapShowTopRow: true,
|
||||
keymapShowTopRow: false,
|
||||
keys: [
|
||||
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}",
|
||||
"fF", "lL", "hH", "vV", "zZ", "qQ", "wW", "oO", "uU", ",<", "-_", "=+", "\\|",
|
||||
|
|
Loading…
Reference in a new issue