Hotkeys
EasySpecy uses system-wide hotkeys for recording control.
Default Hotkeys
| Action | Hotkey |
|---|---|
| Start Recording | Ctrl+Shift+R |
| Stop Recording | Ctrl+Shift+S |
| Pause/Resume | Ctrl+Shift+P |
| Region Select | Ctrl+Shift+E |
Customizing Hotkeys
Via Settings UI
- Open Settings
- Navigate to Hotkeys section
- Click on a hotkey field
- Press your desired key combination
- Click Save
Via Config File
Edit config.toml:
toml
[hotkeys]
start = "Ctrl+Shift+R"
stop = "Ctrl+Shift+S"
pause = "Ctrl+Shift+P"
region = "Ctrl+Shift+E"Supported modifiers: Ctrl, Shift, Alt, Super (Cmd on macOS)
Hotkey Conflicts
If a hotkey conflicts with another application:
- EasySpecy will attempt to register it anyway
- If registration fails, you'll see an error toast
- Choose a different key combination
Background Operation
Hotkeys work even when EasySpecy is:
- Minimized to system tray
- Running in background
- Another app is in fullscreen
This is because EasySpecy registers system-global shortcuts.
WARNING
Some games or full-screen applications may block global hotkeys. In that case, use the system tray controls.
