you can now click the keymap space to change keymap layout

This commit is contained in:
Jack 2020-11-06 20:28:53 +00:00
parent e2f41c6f42
commit aaf6e6b00e
2 changed files with 12 additions and 0 deletions

View file

@ -5213,6 +5213,11 @@ $(document).on("click", "#bottom .leftright .right .current-theme", (e) => {
showCommandLine();
});
$(document).on("click", ".keymap .r5 #KeySpace", (e) => {
currentCommands.push(commandsKeymapLayouts);
showCommandLine();
});
$(document).on("mouseleave", "#resultWordsHistory .words .word", (e) => {
$(".wordInputAfter").remove();
});

View file

@ -3016,6 +3016,13 @@ key {
}
}
&#KeySpace {
&:hover {
cursor: pointer;
color: var(--main-color);
}
}
&#KeySpace,
&#KeySpace2 {
width: 100%;