Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Alt+Click' doesn't activate multi-cursor #61729

Closed
Michel73 opened this issue Oct 24, 2018 · 2 comments
Closed

'Alt+Click' doesn't activate multi-cursor #61729

Michel73 opened this issue Oct 24, 2018 · 2 comments
Assignees
Labels
linux Issues with VS Code on Linux

Comments

@Michel73
Copy link
Contributor

As described in the documentation (https://code.visualstudio.com/docs/editor/codebasics) the multi-cursor should be activated by the combination of ==> Alt+Click
If I modify the setting editor.multiCursorModifier to crtlCmd it works with combination of ==> Ctrl+Click
In my memory, that worked in earlier versions. And on Windows it still works.

  • VSCode Version: 1.28.2, 1.29.0-insider
  • OS Version: Ubuntu 16.04

Steps to Reproduce:

  1. Open an editable file
  2. Press anywhere in the file ==> Alt+Click

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the editor-contrib Editor collection of extras label Oct 24, 2018
@Michel73 Michel73 changed the title Alt+Click doesn't activate Multicursor 'Alt+Click' doesn't activate multi-cursor Oct 24, 2018
@alexdima
Copy link
Member

I think your operating system is eating up alt+click (IIRC to move windows around). I think that is why we have introduced the setting in the first place... so you can choose whichever one works on your OS...

Are you able to use the gesture alt+click in any other software on the same machine?

@alexdima alexdima added linux Issues with VS Code on Linux and removed editor-contrib Editor collection of extras labels Oct 25, 2018
@Michel73
Copy link
Contributor Author

You are right. Using another mouse-button-modifier-key solved the Problem.

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
linux Issues with VS Code on Linux
Projects
None yet
Development

No branches or pull requests

2 participants