Is your feature request related to a problem?
Currently, the help panel (triggered by ? key) does not explicitly show that users can press Tab to switch between tabs (Search → Installed → Updates → Settings) and Shift+Tab to go backwards. New users may not discover this easily, making navigation less intuitive.
Describe the solution you'd like
Add two lines in the help panel (or status bar) that clearly show:
Tab → Next tab
Shift+Tab → Previous tab
This is a simple UI text addition with no core logic changes.
Describe alternatives you've considered
- Adding a status bar indicator showing current tab shortcut
- Showing a one-time toast notification on first run
- Adding tooltips that appear on hover over tabs
But the help panel is the most standard and discoverable place for keybindings.
Is your feature request related to a problem?
Currently, the help panel (triggered by
?key) does not explicitly show that users can pressTabto switch between tabs (Search → Installed → Updates → Settings) andShift+Tabto go backwards. New users may not discover this easily, making navigation less intuitive.Describe the solution you'd like
Add two lines in the help panel (or status bar) that clearly show:
Tab→ Next tabShift+Tab→ Previous tabThis is a simple UI text addition with no core logic changes.
Describe alternatives you've considered
But the help panel is the most standard and discoverable place for keybindings.