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.
The workbench does not support switching between views using keyboard navigation.
Describe the solution you'd like
The workbench should support navigating between views using keystrokes. The views can be in either the same or different workbench parts - both use cases should be supported. For example: Shift + 2 activates the second view of the currently active part, Shift + v activates the next part with the previously active view.
Describe alternatives you've considered
n/a
Additional context
Tabbing should remain as is - focus is trapped in the active view.
Keystroke shortcuts should be predefined but customizable.
The workbench installs a focus trap on each view, enabling tabbing through the focusable fields of a view.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The workbench does not support switching between views using keyboard navigation.
Describe the solution you'd like
The workbench should support navigating between views using keystrokes. The views can be in either the same or different workbench parts - both use cases should be supported. For example:
Shift + 2
activates the second view of the currently active part,Shift + v
activates the next part with the previously active view.Describe alternatives you've considered
n/a
Additional context
The text was updated successfully, but these errors were encountered: