Keyboard Shortcuts
Configure custom keyboard shortcuts for Revolt features
Keyboard Shortcuts
Revolt supports configurable keyboard shortcuts for quick access to common actions. Shortcuts use modifier keys (Ctrl, Shift, Alt) combined with any key.
Accessing Shortcuts
Open the Revolt sidebar → Settings tab → expand the Keyboard Shortcuts section.
Default Shortcuts
| Shortcut | Action | Description |
|---|---|---|
Ctrl + Shift + R | Toggle Menu | Show or hide the Revolt menu and watermark |
Ctrl + Escape | Pause All | Pause all running automation features |
F12 | Open DevTools | Triggers debugger statement and logs debug info |
Customizing Shortcuts
Change a Shortcut
- In the Keyboard Shortcuts section, click the key combination displayed next to the shortcut you want to change
- The button will pulse blue with the text "Press any key combination..."
- Press your desired key combination (e.g.,
Ctrl + Shift + P) - Click the checkmark to save, or X to cancel
Enable / Disable a Shortcut
Click the keyboard icon button next to any shortcut to toggle it on or off. Disabled shortcuts appear dimmed and won't trigger.
Reset to Default
While editing a shortcut, click Reset to default to restore the original key combination.
How Shortcuts Work
- Shortcuts are registered globally on the page using
keydownevents - They are not triggered when you're typing in input fields, textareas, or contenteditable elements
- Shortcut configurations are persisted in browser storage and survive page refreshes
- All shortcuts can be individually enabled or disabled
Shortcut Details
Toggle Menu (Ctrl + Shift + R)
Hides or shows the entire Revolt sidebar and watermark. Useful for quickly hiding Revolt when needed (e.g., screen sharing).
Pause All (Ctrl + Escape)
Immediately pauses all running automation features. Dispatches a revolt:pause-all event and stops known active managers like Auto Advance.
Open DevTools (F12)
Logs debug information to the browser console and triggers a debugger statement. Useful for troubleshooting — shows:
- Current URL
- Whether it's the main window
- Active manager states
The DevTools shortcut uses F12 which is also the browser's default DevTools key. If you experience conflicts, customize it to a different key combination.