mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2705] [MERGED] feat: response shortcuts #4006
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#4006
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2705
Author: @liyasthomas
Created: 9/29/2022
Status: ✅ Merged
Merged: 9/30/2022
Merged by: @liyasthomas
Base:
main← Head:feat/response-shortcuts📝 Commits (6)
2dacb35chore: minor ui improvements8d78f8bchore: minor ui improvements24d2c59feat: response shortcuts02ea27efix: key binding collisions0fca5a9Merge branch 'main' into feat/response-shortcutsadc7eaffix: types📊 Changes
40 files changed (+306 additions, -106 deletions)
View changed files
📝
packages/hoppscotch-app/locales/af.json(+5 -0)📝
packages/hoppscotch-app/locales/ar.json(+5 -0)📝
packages/hoppscotch-app/locales/ca.json(+5 -0)📝
packages/hoppscotch-app/locales/cn.json(+5 -0)📝
packages/hoppscotch-app/locales/cs.json(+5 -0)📝
packages/hoppscotch-app/locales/da.json(+5 -0)📝
packages/hoppscotch-app/locales/de.json(+5 -0)📝
packages/hoppscotch-app/locales/el.json(+5 -0)📝
packages/hoppscotch-app/locales/en.json(+5 -0)📝
packages/hoppscotch-app/locales/es.json(+5 -0)📝
packages/hoppscotch-app/locales/fi.json(+5 -0)📝
packages/hoppscotch-app/locales/fr.json(+5 -0)📝
packages/hoppscotch-app/locales/he.json(+5 -0)📝
packages/hoppscotch-app/locales/hu.json(+5 -0)📝
packages/hoppscotch-app/locales/it.json(+5 -0)📝
packages/hoppscotch-app/locales/ja.json(+5 -0)📝
packages/hoppscotch-app/locales/ko.json(+5 -0)📝
packages/hoppscotch-app/locales/nl.json(+5 -0)📝
packages/hoppscotch-app/locales/no.json(+5 -0)📝
packages/hoppscotch-app/locales/pl.json(+5 -0)...and 20 more files
📄 Description
Closes #2682
Description
Introduce the following key bindings;
⌘ + Shift + P : Preview response (HTML)
⌘ + J : Download response
⌘ + . : Copy response to clipboard
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.