mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3833] [bug]: keyboard shortcuts not respecting different keyboard layout, e.g. dvorak #1345
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#1345
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 @whudwl on GitHub (Feb 16, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3833
Is there an existing issue for this?
Current behavior
I'm using dvorak keyboard layout, so the
.key on my keyboard is actuallyv.When I press CTRL and this key, hopscotch says
copied to clipboard, while I intended to paste.Hopscotch obviously thinks I pressed
CTRL+., but that's not the case.Steps to reproduce
.printed on it. (so to an ousider, to someone who's watching you behind your shoulder, you are pressingCTRL+., but what you are really pressing isCTRL+v)copied to clipboardEnvironment
Production
Version
Local
@MrBns commented on GitHub (Mar 15, 2024):
I am also facing this problem..
I don't know how they have implemented this. but it should work according to key not by keycode..
@posva commented on GitHub (Apr 15, 2024):
Also facing this. It's really hard to use when copy pasting doesn't work on inputs. The bug comes from keybinding checking the
codeproperty instead of thekey@posva commented on GitHub (Apr 15, 2024):
@jamesgeorge007 I started using hoppscotch recently and really liked it! I just wish there wasn't this issue so I submitted a PR: #3978
@posva commented on GitHub (Apr 22, 2024):
It seems to work now! ❤️