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

Give option to change the key used for multi-selection #5851

Closed
be5invis opened this issue Apr 26, 2016 · 7 comments
Closed

Give option to change the key used for multi-selection #5851

be5invis opened this issue Apr 26, 2016 · 7 comments
Assignees
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality keybindings VS Code keybinding issues
Milestone

Comments

@be5invis
Copy link
Contributor

be5invis commented Apr 26, 2016

  • VSCode Version: 1.0.0
  • OS Version: Widows 10 (1511) x64

The current key, Alt conflicts with the key used for bring out menu bar.

Ref: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/browser/view/viewController.ts#L109

@bpasero bpasero added the feature-request Request for new features or functionality label Apr 26, 2016
@alexdima
Copy link
Member

👍 We need to extract that if/else code into a mouse dispatching rule engine.

@qwesda
Copy link

qwesda commented May 10, 2016

could the mouse commands be customised in the keybindings.json? Like:
{ "key": "cmd+mouse1-click", "command": "editor.action.insertCursorAtMousePosition", "when": "editorTextFocus" }

I'm (as probably many user are) used to the sublime text keybindings and the keyboard commands are customisable, but the mouse commands are not.

@be5invis
Copy link
Contributor Author

be5invis commented Jul 8, 2016

Are there any progress about this? Popping out menu bar is really annoying.

@seedform
Copy link

seedform commented Jul 8, 2016

This is super irritating for me since I use the alt + click functionality a lot. For now I've got a workaround in Windows using AutoHotkey that prevents the menu bar from popping up after releasing the Alt key. Just add the following to your AutoHotkey script:

#if WinActive("ahk_exe Code.exe")
    ~Alt up::

Warning: you'll only be able to access the menu bar using the View: Toggle Menu Bar command in the command pane after this.

@alexdima
Copy link
Member

alexdima commented Jul 8, 2016

Related: #3130

@alexdima alexdima added the keybindings VS Code keybinding issues label Jul 8, 2016
@alexdima alexdima added this to the Backlog milestone Jul 8, 2016
@bpasero
Copy link
Member

bpasero commented Aug 16, 2016

#8874 is related and fixed for August.

@alexdima alexdima added the editor-core Editor basic functionality label Aug 16, 2016
@alexdima alexdima modified the milestones: On Deck, Backlog May 22, 2017
@alexdima
Copy link
Member

Done via #27193

@alexdima alexdima modified the milestones: May 2017, On Deck Jun 2, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality keybindings VS Code keybinding issues
Projects
None yet
Development

No branches or pull requests

5 participants