Cmd jump to request

This commit is contained in:
Gregory Schier
2024-06-09 07:03:16 -07:00
parent 7b2cb64b14
commit dd483dbdd8
7 changed files with 44 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ export const ResponsePane = memo(function ResponsePane({ style, className, activ
>
{activeResponse == null ? (
<HotKeyList
hotkeys={['http_request.send', 'http_request.create', 'sidebar.toggle', 'urlBar.focus']}
hotkeys={['http_request.send', 'http_request.create', 'sidebar.focus', 'urlBar.focus']}
/>
) : isResponseLoading(activeResponse) ? (
<div className="h-full w-full flex items-center justify-center">