yuanzhibang-tool

Results 1 comments of yuanzhibang-tool

@stoanarrr You can re add the command when the editor focus, it works for me: ``` addCommand () { this.editor.addCommand(monaco.KeyMod.CtrlCmd | monaco.KeyCode.KeyS, () => { }); this.editor.addCommand(monaco.KeyMod.CtrlCmd | monaco.KeyCode.KeyR, ()...