usebruno/bruno

[Feature request] Switch tabs with keyboard shortcut

Open

#736 geöffnet am 23. Okt. 2023

Auf GitHub ansehen
 (26 Kommentare) (9 Reaktionen) (1 zugewiesene Person)JavaScript (43.787 Stars) (2.403 Forks)batch import
enhancementgood first issuehelp wantedmodule-qolshort-term-goal

Beschreibung

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