You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: