-
Notifications
You must be signed in to change notification settings - Fork 57
Keyboard Shortcuts
Anes Berbic edited this page Mar 13, 2026
·
1 revision
ApiArk is keyboard-first. Every action has a shortcut.
Note: On macOS, replace
CtrlwithCmd.
| Shortcut | Action |
|---|---|
Ctrl+Enter |
Send request |
Ctrl+N |
New request |
Ctrl+T |
New tab |
Ctrl+W |
Close tab |
Ctrl+S |
Save request |
Ctrl+K |
Command palette |
Ctrl+L |
Focus URL bar |
Ctrl+E |
Switch environment |
Ctrl+, |
Settings |
Ctrl+\ |
Toggle sidebar |
| Shortcut | Action |
|---|---|
Ctrl+T |
New tab |
Ctrl+W |
Close current tab |
Ctrl+Shift+T |
Reopen closed tab |
Ctrl+Tab |
Next tab |
Ctrl+Shift+Tab |
Previous tab |
Ctrl+1 through Ctrl+9
|
Switch to tab 1-9 |
| Shortcut | Action |
|---|---|
Ctrl+Enter |
Send request |
Ctrl+S |
Save request |
Ctrl+L |
Focus URL bar |
Ctrl+Z |
Undo |
Ctrl+Shift+Z |
Redo |
Ctrl+D |
Duplicate request |
| Shortcut | Action |
|---|---|
Ctrl+K |
Command palette |
Ctrl+P |
Quick open (search requests) |
Ctrl+\ |
Toggle sidebar |
Ctrl+E |
Switch environment |
Ctrl+, |
Open settings |
F11 |
Toggle fullscreen |
Ctrl+Shift+N |
New window |
| Shortcut | Action |
|---|---|
Arrow Up/Down |
Navigate items |
Arrow Right |
Expand folder |
Arrow Left |
Collapse folder |
Enter |
Open selected request |
Delete |
Delete selected item |
F2 |
Rename selected item |
| Shortcut | Action |
|---|---|
Ctrl+Space |
Trigger auto-complete |
Ctrl+/ |
Toggle line comment |
Ctrl+Shift+F |
Format document |
Ctrl+G |
Go to line |
Ctrl+F |
Find |
Ctrl+H |
Find and replace |
Alt+Up/Down |
Move line up/down |
Ctrl+Shift+K |
Delete line |
Ctrl+D |
Select next occurrence |
| Shortcut | Action |
|---|---|
Ctrl+` |
Toggle console/terminal |
Ctrl+Shift+L |
Toggle layout (horizontal/vertical) |
Ctrl+Shift+Z |
Zen mode (hide everything except request/response) |
Escape |
Close modal/dropdown/popover |
Press Ctrl+K to open the command palette. Type to search for any action:
-
send→ Send Request -
new→ New Request / New Tab / New Collection -
env→ Switch Environment / Manage Environments -
import→ Import Collection -
export→ Export Collection -
mock→ Start/Stop Mock Server -
theme→ Switch Theme -
settings→ Open Settings
The command palette searches across:
- All commands and actions
- All requests in open collections
- Recent history
- Settings
Keyboard shortcuts can be customized in Settings → Keyboard Shortcuts:
- Search for the action you want to rebind
- Click the current shortcut
- Press your desired key combination
- The new shortcut is saved immediately
- Default: Standard shortcuts
- Vim: Vim keybindings in Monaco editor
- Emacs: Emacs keybindings in Monaco editor
Import/export shortcut profiles to share with your team.
ApiArk — No login. No cloud. No bloat. | Website | GitHub | MIT License
Getting Started
Core Features
Advanced Features
Tools
Resources