mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 20:32:44 +08:00
快捷键调整
This commit is contained in:
parent
384f52eb4c
commit
d17caf42af
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user