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

Explore additional column selection gestures #32491

Closed
alexdima opened this issue Aug 14, 2017 · 2 comments
Closed

Explore additional column selection gestures #32491

alexdima opened this issue Aug 14, 2017 · 2 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code plan-item VS Code - planned item for upcoming
Milestone

Comments

@alexdima
Copy link
Member

  • analyze all box selection gestures in Visual Studio
  • list all mouse gestures currently in use in VS Code
  • find out if there are any available mouse gestures which we could map to box selections.
@alexdima alexdima added the plan-item VS Code - planned item for upcoming label Aug 14, 2017
@alexdima alexdima added this to the August 2017 milestone Aug 14, 2017
@alexdima alexdima self-assigned this Aug 14, 2017
@alexdima alexdima changed the title Explore improving column selection Explore additional column selection gestures Aug 14, 2017
@alexdima
Copy link
Member Author

Visual Studio

Mouse gestures

User Gesture(s) Result
1. alt down
2. mouse down
3. *mouse move
4. mouse up
- box selection from mouse down position
- alt can be released at any time after step 2.
1. mouse down
2. *mouse move
3. alt down
4. *mouse move
5. mouse up
- regular selection from mouse down position until step 4.
- once a mouse move is registered with alt pressed,
it turns into box selection from mouse down position
- alt can be released at any time after
the first mouse move at step 4.
1. alt+shift down
2. mouse down
3. *mouse move
4. mouse up
- box selection from anchor position
- alt or shift can be released at any time after step 2.
1. shift down
2. mouse down
3. *mouse move
4. alt down
5. *mouse move
6. mouse up
- regular selection from anchor position until step 5.
- once a mouse move is registered with alt pressed,
it turns into box selection from anchor position
- alt or shift can be released at any time after
the first mouse move at step 5.

@alexdima alexdima modified the milestones: September 2017, August 2017 Aug 31, 2017
@alexdima alexdima modified the milestones: September 2017, October 2017 Sep 26, 2017
@alexdima alexdima modified the milestones: October 2017, On Deck Oct 31, 2017
@vscodebot vscodebot bot added the *out-of-scope Posted issue is not in scope of VS Code label Oct 8, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 8, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code plan-item VS Code - planned item for upcoming
Projects
None yet
Development

No branches or pull requests

1 participant