mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5944] [bug]: Hotkeys. Use event.code instead event.key #2336
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#2336
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 @veatla on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5944
Is there an existing issue for this?
Platform
Desktop App
Browser
Firefox
Operating System
Windows
Bug Description
What happened?
When I click keys for example "R" to create new request but my language on system is different - nothing happens
I looked up on some code and it's seems to that app uses event.key rather than event.code
for example:
Should be
e.code === "KeyK"What I expect is to check shortcuts by event.code
Also it'll be great if hotkeys would work without opening context menu for example with
Ctrl/Mod + (Shift) + (Alt) + <key>Mine suggestion is to use File System shortcuts to rename with F2, to create request
Ctrl + KeyN, to create folderCtrl + Shift + KeyN, etc.Steps to reproduce
Deployment Type
Hoppscotch Cloud
Version
v2026.2.0
@VishwaVikas2006 commented on GitHub (Mar 12, 2026):
Hi, I'd like to work on this issue. I'll try reproducing it locally and submit a fix.