提交 067cf11b 编写于 作者: R rebornix

unbound join lines keys on win and linux

上级 a272bc85
......@@ -413,7 +413,8 @@ export class JoinLinesAction extends EditorAction {
precondition: EditorContextKeys.Writable,
kbOpts: {
kbExpr: EditorContextKeys.TextFocus,
primary: KeyMod.WinCtrl | KeyCode.KEY_J
primary: 0,
mac: { primary: KeyMod.WinCtrl | KeyCode.KEY_J }
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册