vscode-intellij-idea-keybindings icon indicating copy to clipboard operation
vscode-intellij-idea-keybindings copied to clipboard

Missing multi line selection

Open FrancescoBorzi opened this issue 7 years ago • 3 comments

The keybindings for selecting multiple lines are missing, for example:

Shift + Alt + Left Click Ctrl +Shift + Alt + Left Click

FrancescoBorzi avatar Aug 07 '18 18:08 FrancescoBorzi

@ShinDarth @kasecato Shift + Alt + Left Click works screenshot

I use vscode (version 1.28) on Mac.

sathish-kumar-subramani avatar Oct 22 '18 16:10 sathish-kumar-subramani

Option (hit) and option(hold) + arrows not working (without the mouse) Aug-19-2022 12-42-40

tg44 avatar Aug 19 '22 10:08 tg44

we can't change binding of click, see https://github.com/microsoft/vscode/issues/3130

{
  "key": "",
  "command": "workbench.action.toggleMultiCursorModifier"
}

kasecato avatar Jan 28 '24 13:01 kasecato