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
Is your feature request related to a problem? Please describe.
Usually while working with Razor/Blazor or XAML, you want to go between your design and code-behind with the F7 or Shift+F7 key. I find that I usually have to manually use the mouse to split the screen.
Describe the solution you'd like
Add an option where pressing F7/Shift+F7 would open the new tab in the other side (left if right panel is being focused and vice-versa)
Describe alternatives you've considered
Right now I have to manually assign a hotkey for Window.NewVerticalTabGroup and Window.MoveToNextTabGroup and press one of them after pressing F7. I also have to remember which one because pressing a wrong one would open a new vertical panel.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Usually while working with Razor/Blazor or XAML, you want to go between your design and code-behind with the F7 or Shift+F7 key. I find that I usually have to manually use the mouse to split the screen.
Describe the solution you'd like
Add an option where pressing F7/Shift+F7 would open the new tab in the other side (left if right panel is being focused and vice-versa)
Describe alternatives you've considered
Right now I have to manually assign a hotkey for
Window.NewVerticalTabGroup
andWindow.MoveToNextTabGroup
and press one of them after pressing F7. I also have to remember which one because pressing a wrong one would open a new vertical panel.The text was updated successfully, but these errors were encountered: