提交 c212aeb7 编写于 作者: A Alex Dima

Fixes #27550: Mention that the editor.multiCursorModifier setting influences...

Fixes #27550: Mention that the editor.multiCursorModifier setting influences Go To Definition and Open Link gestures
上级 eb76d7a8
......@@ -329,7 +329,13 @@ const editorConfiguration: IConfigurationNode = {
nls.localize('multiCursorModifier.alt', "Maps to `Alt` on Windows and Linux and to `Option` on OSX.")
],
'default': 'alt',
'description': nls.localize('multiCursorModifier', "The modifier to be used to add multiple cursors with the mouse. `ctrlCmd` maps to `Control` on Windows and Linux and to `Command` on OSX")
'description': nls.localize({
key: 'multiCursorModifier',
comment: [
'- `ctrlCmd` refers to a value the setting can take and should not be localized.',
'- `Control` and `Command` refer to the modifier keys Ctrl or Cmd on the keyboard and can be localized.'
]
}, "The modifier to be used to add multiple cursors with the mouse. `ctrlCmd` maps to `Control` on Windows and Linux and to `Command` on OSX. The Go To Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier.")
},
'editor.quickSuggestions': {
'anyOf': [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册