diff --git a/src/js/script.js b/src/js/script.js index a673ea785..88fc4aee1 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -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(); }); diff --git a/src/sass/style.scss b/src/sass/style.scss index 204c6cf38..7a03f48ec 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -3016,6 +3016,13 @@ key { } } + &#KeySpace { + &:hover { + cursor: pointer; + color: var(--main-color); + } + } + &#KeySpace, &#KeySpace2 { width: 100%;