mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3322] [bug]: CMD-C on Dvorak keyboard causes Reset Request #1103
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#1103
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 @mermerico on GitHub (Sep 6, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3322
Originally assigned to: @joeljstephen on GitHub.
Is there an existing issue for this?
Current behavior
The "c" key in the Dvorak keyboard layout is in the position of the "i" key in the QWERTY layout. For some reason when I use a Dvorak layout and press CMD-C, it sends a CMD-I shortcut to Hoppscotch and resets the request. Other shortcuts work as expected.
Maybe this should be filed as a separate bug, but resetting a request cannot be undone, meaning that I lose all my work if I forget about this bug and try to copy some text. If it is difficult to implement undo for this action, I suggest this shortcut be removed since it's such a footgun.
Steps to reproduce
I've tested this in Firefox, Chrome, and the PWA, but not in other operating systems.
Environment
Production
Version
Cloud
@SanskritiHarmukh commented on GitHub (Sep 6, 2023):
@mermerico Thank you for reporting, we'll look into it.
@mermerico commented on GitHub (Sep 27, 2023):
Thank you so much!