Skip to content

Latest commit

 

History

History
162 lines (148 loc) · 7.17 KB

index.mdx

File metadata and controls

162 lines (148 loc) · 7.17 KB
title description sidebar_position
Shortcuts
The use of Reqable shortcut keys.
6

import Shortcut from '@site/src/components/Shortcut';

Shortcuts

Reqable supports shortcut keys, which are divided into the following categories:

:::info The shortcut keys listed in this document may not be complete, please pay attention to the shortcut key tips in the app. :::

Tabs {#tabs}

Description Keys
New API Control + T
Close tab Control + W
Close all tabs Shift + Control + W
Switch tab with index Control + 1/2/3/4/5/6/7/8/9
Switch to the last tab Control + 0
Switch tab to the left Control + [
Switch tab to the right Control + ]
Switch to the previous tab Control + -

Sidebar {#sidebar}

Description Keys
Open/Close sidebar Shift + Control + [
Open explorer panel F1
Open API collection panel F2
Open environment panel F3
Open history panel F4
Open toolbox panel F5
Open settings Control + ,

Capture {#capture-exec}

Description Keys
Start/Stop Debugging Control + G
Clear traffic list Shift + Control + R
Enable/Disable system network proxy F12
Enable/Disable incognito mode F10
Enable/Disable breakpoint Shift + Control + B
New breakpoint rule Shift + Alt + B
Open breakpoint list Alt + B
Enable/Disable rewrite Shift + Control + K
New rewrite rule Shift + Alt + K
Open rewrtite list Alt + K
Enable/Disable script Shift + Control + P
New script rule Shift + Alt + P
Open script list Alt + P
Enable/Disable mirror Shift + Control + M
New rewrite rule Shift + Alt + M
Open mirror list Alt + M
Enable/Disable gateway Shift + Control + G
New gateway rule Shift + Alt + G
Open gateway list Alt + G

Traffic List {#capture-list}

Description Keys
Clear list Shift + Control + R
Copy URL Control + C
Copy cURL Shift + Control + C
View URL Control + U
View QrCode Alt + U
Code Snippet Alt + S
Open detials panel Enter
Open details in new window Control + N
Open search panel Control + F
Close search panel Esc
Repeat a request Control + Enter
Edit a request Shift + Control + Enter
Save a request to API collection Control + S
Delete item Control + Del
Locate selected line Control + L
Diff records Control + Y
Add to diff pool Shift + Control + Y
Highlight - Red Alt + 1
Highlight - Yellow Alt + 2
Highlight - Green Alt + 3
Highlight - Blue Alt + 4
Highlight - Gray Alt + 5
Highlight - Strike Through Alt + -
Highlight reset Alt + 0

API Testing {#rest}

Description Keys
Send/Cancel request Control + Enter
Switch to query tab Alt + 1
Switch to headers tab Alt + 2
Switch to body tab Alt + 3
Switch to authorization tab Alt + 4
Switch to settings tab Alt + 5
Save API to collection Control + S
Reset API Control + R
Clear API Shift + Control + R
Import cURL Control + I
Export cURL Control + E
Code Snippet Alt + S
Enable/Disable Cookie Shift + Control + C
Enable/Disable auto-save Shift + Control + H
Enable/Disable reqable ID Shift + Control + I

Editor {#editor}

Description Keys
Copy selection/line Control + C
Paste Control + V
Undo Control + Z
Redo Shift + Control + Z
Select all Control + A
Continuous selection Shift + ↑/↓/←/→
Select current line Control + L
Move selection/line Alt + ↑/↓
Delete selection/line Control + D
Move cursor to line start Control + ←
Move cursor to line end Control + →
Move cursor to document start Control + ↑
Move cursor to document end Control + ↓
Indent Tab
Delete indent Shfit + Tab
Comment/Cancel comment Control + /
Search Control + F
Replace Control + Alt + F
Search next Enter
Search previous Shift + Enter
Toggle regex Control + Alt + R
Toggle case-sensitive Control + Alt + C
Save selection Control + S

Rule list {#rule-list}

Description Keys
Import from file Control + I
Export to file Control + E
New Control + N
Copy new Shift + Control + N
Enable/Disable Space
Edit Control + Enter
Delete Control + Del
Move up and down Control + ↑/↓

Others {#others}

Description Keys
Close Sub Window Control + W