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

'Move file up/down' keybindings should be scoped to solution explorer #417

Closed
latkin opened this issue May 5, 2015 · 1 comment
Closed
Labels
Milestone

Comments

@latkin
Copy link
Contributor

latkin commented May 5, 2015

We have an internal bug tracking this, wanted to make it public.

Our current keybindings for the "move file up", "move file down" actions are globally-scoped. This means we hijack Alt-Up, Alt-Down in some places where we don't need to.

In particular, the Find and Replace dialog also uses these keys, and is getting broken by us.

Fix should be simple - scope our keybindings to Solution Explorer only.

@latkin latkin added the Bug label May 5, 2015
@latkin latkin added this to the VS 2015 milestone May 5, 2015
latkin added a commit to latkin/visualfsharp that referenced this issue May 5, 2015
@latkin latkin added the fixed label May 5, 2015
@ricksladkey
Copy link

This is great! Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants