-
Couldn't load subscription status.
- Fork 22
Labels
frontendFrontend related taskFrontend related task
Description
Is your feature request related to a problem? Please describe.
Currently we have only implemented a single hotkey for saving the currently selected request. It would be great to have additional hotkeys for other common actions.
Describe the solution you'd like
We should implement additional hotkeys for the following actions:
CTRL+Enterto send the currently selected requestCTRL+PageUpto navigate upwards in the sidebar (selecting the next request above the currently selected one)CTRL+PageDownto navigate downwards in the sidebarCTRL+Nto create a new request object and to add it at the root level in the current collectionCTRL+1to open the first tab in the request section (Body)CTRL+2to open the second tab in the request section (Params)CTRL+3to open the third tab in the request section (Headers)CTRL+4to open the fourth tab in the request section (Auth)CTRL+5to open the first tab in the response section (Response Body)CTRL+6to open the second tab in the response section (Headers)
Describe alternatives you've considered
The current alternative is to use the mouse to click on the UI for each action. Using a hotkey can sometimes be quicker and makes the interaction with trufos more convenient.
Additional context
Replace CTRL with Cmd for MacOS.
Metadata
Metadata
Assignees
Labels
frontendFrontend related taskFrontend related task