Move focus to the next group. Default f6.
Move focus to the previous group. Default shift+f6.
Move focus from panel content to the focused group's tab strip. Default ctrl+shift+.
Switch to the next tab in the focused group. Default ctrl+].
Switch to the previous tab in the focused group. Default ctrl+[.
Key bindings for DockviewComponentOptions.keyboardNavigation. Each value is a string of
+-separated parts, modifiers first, e.g.'ctrl+]','shift+f6'. Recognised modifiers:ctrl,shift,alt,meta(aliascmd). The final part is theKeyboardEvent.keyto match, case-insensitively (']','f6','arrowleft').