快捷键调整

This commit is contained in:
fofolee 2022-05-16 11:03:43 +08:00
parent 384f52eb4c
commit d17caf42af

View File

@ -234,7 +234,7 @@ export default {
);
// ctrl + space console.log
this.rawEditor.addCommand(
monaco.KeyMod.CtrlCmd | monaco.KeyCode.Space,
monaco.KeyMod.CtrlCmd | monaco.KeyCode.KeyE,
() => {
that.$emit("keyStroke", "log", that.getSelectionOrLineContent());
}