[PR #1107] [MERGED] ♥ a11y #3061

Closed
opened 2026-03-17 00:42:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1107
Author: @liyasthomas
Created: 8/23/2020
Status: Merged
Merged: 8/23/2020
Merged by: @liyasthomas

Base: masterHead: a11y


📝 Commits (5)

📊 Changes

3 files changed (+90 additions, -11 deletions)

View changed files

📝 components/layout/pw-header.vue (+39 -4)
📝 lang/en-US.json (+8 -1)
📝 pages/index.vue (+43 -6)

📄 Description

Current shortcuts:

  • Ctrl + G → Send / Cancel Request
  • Ctrl + S → Save to Collections
  • Ctrl + K → Copy Request Link
  • Ctrl + L → Reset Request

New additions:

  • Autofocus Method select on load.
  • Alt + DOWN → Traverse on methods forward (select next method)
  • Alt + UP → Traverse on methods backward (select previous method)

Method shortcuts:

  • Alt + G → Select GET method
  • Alt + H → Select HEAD method
  • Alt + P → Select POST method
  • Alt + U → Select PUT method
  • Alt + X → Select DELETE method

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1107 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 8/23/2020 **Status:** ✅ Merged **Merged:** 8/23/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `a11y` --- ### 📝 Commits (5) - [`5cafc7b`](https://github.com/hoppscotch/hoppscotch/commit/5cafc7bb375f25c4205f9613bd89a1fce67c836a) :heart: ally - [`dd667e5`](https://github.com/hoppscotch/hoppscotch/commit/dd667e5b4a8da56e7ffe08d23860df8967e52690) Merge branch 'master' into a11y - [`bbe300e`](https://github.com/hoppscotch/hoppscotch/commit/bbe300e847f5a5b6de1eeb5ce16f1bc5cf3de226) Updated keyboard shortcuts - [`4dd522e`](https://github.com/hoppscotch/hoppscotch/commit/4dd522eda410c94924570b8f92bfd819840cb328) Merge branch 'a11y' of https://github.com/postwoman-io/postwoman into a11y - [`82da7d0`](https://github.com/hoppscotch/hoppscotch/commit/82da7d0b242f94b596bf2cb7d8f78a3140eee83b) Map DELETE method `Alt + X` ### 📊 Changes **3 files changed** (+90 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `components/layout/pw-header.vue` (+39 -4) 📝 `lang/en-US.json` (+8 -1) 📝 `pages/index.vue` (+43 -6) </details> ### 📄 Description **Current shortcuts:** - [x] <kbd>Ctrl</kbd> + <kbd>G</kbd> → Send / Cancel Request - [x] <kbd>Ctrl</kbd> + <kbd>S</kbd> → Save to Collections - [x] <kbd>Ctrl</kbd> + <kbd>K</kbd> → Copy Request Link - [x] <kbd>Ctrl</kbd> + <kbd>L</kbd> → Reset Request **New additions:** - [x] Autofocus `Method` select on load. - [x] <kbd>Alt</kbd> + <kbd>DOWN</kbd> → Traverse on methods forward (select next method) - [x] <kbd>Alt</kbd> + <kbd>UP</kbd> → Traverse on methods backward (select previous method) **Method shortcuts:** - [x] <kbd>Alt</kbd> + <kbd>G</kbd> → Select `GET` method - [x] <kbd>Alt</kbd> + <kbd>H</kbd> → Select `HEAD` method - [x] <kbd>Alt</kbd> + <kbd>P</kbd> → Select `POST` method - [x] <kbd>Alt</kbd> + <kbd>U</kbd> → Select `PUT` method - [x] <kbd>Alt</kbd> + <kbd>X</kbd> → Select `DELETE` method --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:42:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3061
No description provided.