mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3401] [feature]: Ability to disable and customize keyboard shortcuts #1140
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#1140
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 @cdhowie on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3401
Is there an existing issue for this?
Summary
Please add a toggle on the app settings page to disable all keyboard shortcuts.
Why should this be worked on?
I use the Dvorak keyboard layout, and paste (CTRL+V) uses the physical keyboard key
.instead ofV, which hoppscotch picks up as a keyboard shortcut. This makes me unable to paste using my keyboard, instead requiring me to use the right-click menu to paste.@Firdous708 commented on GitHub (Oct 2, 2023):
@cdhowie Can I work on the issue?
@liyasthomas commented on GitHub (Oct 2, 2023):
Rather than disabling the keyboard shortcuts completely, I'd like to suggest a feature request to have the ability to map custom key combinations for shortcuts. What do you think @cdhowie, @Firdous708?
@Firdous708 commented on GitHub (Oct 2, 2023):
This can be a powerful and flexible feature.
@cdhowie commented on GitHub (Oct 3, 2023):
I'm fine with either approach. For now I patched our deployment to disable keyboard shortcuts globally.
@giddie commented on GitHub (Dec 6, 2023):
I'm also a Dvorak user.
TBH I'm a little confused as to why the keyboard layout is ignored in the first place. The
Ctrl+.shortcut would be fine for Dvorak too, if it actually listened forCtrl+.. The problem is that it thinksCtrl+VisCtrl+.. Is the app trying to interpret raw keycodes without reference to configured keyboard layout, and just assuming QWERTY?