hiding keymap

This commit is contained in:
Miodec 2022-02-11 21:42:59 +01:00
parent 1cce0a1dc6
commit ad530b751f

View file

@ -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", ",<", "-_", "=+", "\\|",