replacing _ in keymap space

This commit is contained in:
Jack 2020-10-30 16:18:05 +00:00
parent 675bcab67d
commit 6c4e7399c9

View file

@ -1318,7 +1318,7 @@ function changeKeymapLayout(layout, nosave) {
$(".keymap .r1").addClass("hidden");
}
$($(".keymap .r5 .keymap-key .letter")[0]).text(layout);
$($(".keymap .r5 .keymap-key .letter")[0]).text(layout.replace(/_/g, " "));
keymapShowIsoKey(layouts[layout].iso);