Skip to content

Commit 9ec5ea3

Browse files
authored
Merge pull request #929 from ramnathk/master
updated HandsDown Alt to final version published
2 parents d332f7d + 143ed00 commit 9ec5ea3

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)