Skip to content

Commit 71e8e1e

Browse files
committed
updated HandsDown Alt to final version published
1 parent 5365a88 commit 71e8e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/layouts.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ const layouts = {
239239
keymapShowTopRow: false,
240240
keys: [
241241
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
242-
"'\"", "gG", "hH", "mM", "zZ", "vV", "cC", "oO", "xX", "/?", "[{", "]}", "\\|",
243-
"rR", "sS", "nN", "tT", "fF", "yY", "uU", "eE", "aA", "iI", ";:",
244-
"\\|", "jJ", "bB", "lL", "dD", "kK", "wW", "pP", "qQ", ",<", ".>",
242+
"wW", "gG", "hH", "mM", "kK", "qQ", "cC", "uU", "jJ", "'\"", "[{", "]}", "\\|",
243+
"rR", "sS", "nN", "tT", "fF", "yY", "aA", "eE", "oO", "iI", ";:",
244+
"xX", "bB", "lL", "dD", "vV", "zZ", "pP", ",<", ".>", "/?", ".>",
245245
" "
246246
]
247247
},

0 commit comments

Comments
 (0)