提交 5d2f9add 编写于 作者: E Erich Gamma

Insert Cursor -> Add Cursor

上级 f2074e0a
...@@ -29,7 +29,7 @@ class InsertCursorBelow extends HandlerEditorAction { ...@@ -29,7 +29,7 @@ class InsertCursorBelow extends HandlerEditorAction {
// register actions // register actions
CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCursorAbove, InsertCursorAbove.ID, nls.localize('mutlicursor.insertAbove', "Insert Cursor Above"), { CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCursorAbove, InsertCursorAbove.ID, nls.localize('mutlicursor.insertAbove', "Add Cursor Above"), {
context: ContextKey.EditorTextFocus, context: ContextKey.EditorTextFocus,
primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.UpArrow, primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.UpArrow,
linux: { linux: {
...@@ -37,7 +37,7 @@ CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCurso ...@@ -37,7 +37,7 @@ CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCurso
secondary: [KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.UpArrow] secondary: [KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.UpArrow]
} }
})); }));
CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCursorBelow, InsertCursorBelow.ID, nls.localize('mutlicursor.insertBelow', "Insert Cursor Below"), { CommonEditorRegistry.registerEditorAction(new EditorActionDescriptor(InsertCursorBelow, InsertCursorBelow.ID, nls.localize('mutlicursor.insertBelow', "Add Cursor Below"), {
context: ContextKey.EditorTextFocus, context: ContextKey.EditorTextFocus,
primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.DownArrow, primary: KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.DownArrow,
linux: { linux: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册