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

multiCursorModifier should be ctrlCmd by default for *nix users #31852

Open
julianlam opened this issue Aug 1, 2017 · 3 comments
Open

multiCursorModifier should be ctrlCmd by default for *nix users #31852

julianlam opened this issue Aug 1, 2017 · 3 comments
Labels
editor-multicursor Editor multiple cursor issues feature-request Request for new features or functionality
Milestone

Comments

@julianlam
Copy link

julianlam commented Aug 1, 2017

  • VSCode Version: Code - Insiders 1.15.0-insider (6328bae, 2017-07-27T07:00:51.592Z)
  • OS Version: Linux x64 4.10.0-28-generic
  • Extensions: none

Following on the heels of #21506, I feel that the default click action for *nix users should not be alt-click, but ctrl-click.

What's odd is I only see references to ctrl-click in the issue, but somehow...

selection_017

Alt-click is mapped by default in Ubuntu window manager to move windows, so alt-click in this case does nothing (or rather, it moves the vscode window)

Perhaps this is more a question than a bug, but:

  1. Is this configurable in settings.json, so it is ctrl-click?
  2. If not, can the default be changed to ctrl-click so it functions on Ubuntu at least?
@vscodebot vscodebot bot added the insiders label Aug 1, 2017
@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Aug 1, 2017
@gluons
Copy link

gluons commented Aug 6, 2017

Oh! I face similar issue. Every links in VSCode show the message to press Alt and click link. But it doesn't work on every link.

I've tried to press Alt and click on every link but it does nothing.

Use on VSCode 1.14.2. Ubuntu 16.10

@rebornix
Copy link
Member

@Tyriar do you think we should make the default as ctrl on *inx?

@rebornix rebornix added the under-discussion Issue is under discussion for relevance, priority, approach label Aug 11, 2017
@Tyriar
Copy link
Member

Tyriar commented Aug 12, 2017

This is the case when you use "editor.multiCursorModifier": "ctrlCmd", this is only the case because there was a bug reported that multiCursorModifier should change ctrl+click links in the terminal as well.

I think the real fix here is to support real mouse customization.

@chrmarti chrmarti removed the insiders label Sep 27, 2017
@alexdima alexdima self-assigned this Oct 26, 2017
@alexdima alexdima added the linux Issues with VS Code on Linux label Oct 26, 2017
@alexdima alexdima added feature-request Request for new features or functionality and removed editor-core Editor basic functionality linux Issues with VS Code on Linux under-discussion Issue is under discussion for relevance, priority, approach labels Apr 19, 2018
@alexdima alexdima changed the title *nix users should automatically require ctrl-click multiCursorModifier should be ctrlCmd by default for *nix users Apr 20, 2018
@alexdima alexdima removed their assignment Apr 20, 2018
@alexdima alexdima added this to the Backlog milestone Apr 20, 2018
@rebornix rebornix added the editor-multicursor Editor multiple cursor issues label Sep 18, 2018
@rebornix rebornix removed their assignment Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-multicursor Editor multiple cursor issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

6 participants