usebruno/bruno

[Feature request] Switch tabs with keyboard shortcut

Open

#736 opened on Oct 23, 2023

View on GitHub
 (26 comments) (9 reactions) (1 assignee)JavaScript (43,787 stars) (2,403 forks)batch import
enhancementgood first issuehelp wantedmodule-qolshort-term-goal

Description

Bruno is great but I really miss the possibility to switch between tabs with the keyboard. I suggest to implement it like Firefox does it:

  • Ctrl+PgUp: Switch to previous tab
  • Ctrl+PgDown: Switch to next tab
  • Ctrl+Tab: Switch to recently used tab i.e. pressed once opens the most recently used tab, pressed twice opens second least recently used tab.

Especially the Ctrl+Tab shortcut I find very useful for daily work.

Contributor guide