mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5719] [bug]: URL focus and MRU tab switching keyboard shortcuts are not working #2228
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MuhammedNihad on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5719
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Other (specify in additional info)
Operating System
macOS
Bug Description
As the title says, the keyboard shortcuts for the URL focus and MRU tab switching which are introduced in this release, are not working on my device.
What i have tried
My device
Deployment Type
Hoppscotch Cloud
Version
No response
@CuriousCorrelation commented on GitHub (Dec 23, 2025):
Hi @MuhammedNihad, thanks for the report. This could be due to several reasons, but I've added console debug logs that should help pinpoint what's going on.
Could you open the Developer Console and check what's being logged when you try these shortcuts? You can open it by:
Cmd+Option+I)The console logs will show which shortcuts are being triggered (or if they're being blocked). You should see logs that start with "Tauri shortcut ev" when you press the keyboard combinations.
@MuhammedNihad commented on GitHub (Dec 23, 2025):
Hey @CuriousCorrelation
Nothing is being logged in console upon pressing those shortcuts!
@MuhammedNihad commented on GitHub (Dec 23, 2025):
BTW, I could find only 'Toggle Fullscreen' in the View, as well as the 'Help' is not rendering any options at all.
@CuriousCorrelation commented on GitHub (Dec 23, 2025):
Hi @MuhammedNihad, we have identified the root cause of this and it will be fixed in the upcoming patch release scheduled right after the holidays
@jamesgeorge007 commented on GitHub (Jan 7, 2026):
Hi, closing since this is addressed in the v2025.12.1 release.
@MuhammedNihad commented on GitHub (Jan 18, 2026):
Thanks @jamesgeorge007 and @CuriousCorrelation really appreciate the work💚.
However, I feel the MRU tab switching isn’t very seamless yet. The current key combinations(
cmd+option+[andcmd+option+]) are kind of difficult for me personally.It would be great if
Ctrl + Tabitself could be implemented, with a small popup/switcher that lists all available tabs, similar to what VS Code or Firefox behaves.I understand there may be limitations, but yeah just sharing the thought.
VS Code tab switcher:

Firefox tab switcher: