change shortcut for getting out of text editors Code/Slides

This commit is contained in:
daria 2024-05-10 13:34:38 +03:00
parent 78fce869bf
commit 41ef72656d

View File

@ -177,9 +177,9 @@ define([
}
},
//remove focus from editor
"Shift-Enter": function () {
"Esc": function () {
document.activeElement.blur();
document.querySelector('[tabindex="0"]').focus();
document.querySelector('.cp-toolbar-link-logo').focus();
},
"Shift-Tab": function () {
editor.execCommand("indentLess");