mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3042] [feature]: Cmd + W -> Close only the current tab #994
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#994
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 @magarrent on GitHub (May 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3042
Is there an existing issue for this?
Summary
Hey there!
Just request that when you have multiple tags and hit Cmd + W or Ctrl + W to close the tab, all the window closes, not the tab.
Why should this be worked on?
I think it might be useful to other users too!
@liyasthomas commented on GitHub (Sep 1, 2023):
I'm afraid we can't override the CMD W keyboard shortcut since it's been assigned to close the browser tab by all browsers in general.
Recently we introduced two new features that'll help you to achieve the same without hijacking the native browser-specific or OS-specific keyboard shortcuts.
You can open the search and command spotlight modal and search for "Close tab" > Select "Close tab" to close the current tab.
You can now right-click on a tab and select "Close tab" to close the current tab.
Since we don't encourage overriding native keybindings I'm closing this issue.
@filipre commented on GitHub (Nov 15, 2023):
Hi @liyasthomas, is the limitation still the case with the new release of the desktop application? I noticed that CMD W also closes the desktop app. Given it's a native app now, can we overwrite CMD W to close the current tab instead?
@liyasthomas commented on GitHub (Nov 15, 2023):
We're planning to revamp keyboard shortcuts to make it more intuitive. Hence I'm open to suggestions on what shortcuts could be added to the list.
@filipre commented on GitHub (Nov 15, 2023):
Awesome! I just found https://github.com/hoppscotch/hoppscotch/issues/3520, let's keep the discussion there then :)