Skip to content

feat: add keyboard shortcut hint in help menu for switching tabs #114

@vaishnavi003-svg

Description

@vaishnavi003-svg

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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions