Video Player Shortcuts
These shortcuts work when playing media in the built-in video player or MPV.Built-In Browser Player
| Shortcut | Action |
|---|---|
Space or K | Play / Pause |
F | Toggle fullscreen |
M | Mute / Unmute |
← (Left Arrow) | Skip backward 10 seconds |
→ (Right Arrow) | Skip forward 10 seconds |
Esc | Exit fullscreen (or close player if not fullscreen) |
The built-in player supports MP4, WebM, and M4V files. For other formats like MKV or AVI, use MPV which has its own extensive shortcuts.
MPV Player Shortcuts
When using MPV (external player), these shortcuts are available:| Shortcut | Action |
|---|---|
Space | Play / Pause |
← → | Seek backward/forward 5 seconds |
Shift+← Shift+→ | Seek backward/forward 1 minute |
↑ ↓ | Volume up/down |
M | Mute / Unmute |
F | Toggle fullscreen |
9 0 | Volume down/up |
[ ] | Decrease/increase playback speed |
{ } | Halve/double playback speed |
Backspace | Reset playback speed to normal |
S | Take screenshot |
Shift+S | Take screenshot without subtitles |
J | Cycle subtitle tracks |
# | Cycle audio tracks |
O | Show progress bar |
I | Show stats |
Q | Quit and save position |
Resume Dialog Shortcuts
When the “Resume Playback” dialog appears:| Shortcut | Action |
|---|---|
Enter or R | Resume from last position |
S | Start over from beginning |
Esc | Cancel (close dialog) |
Navigation Shortcuts
Search
| Shortcut | Action |
|---|---|
| Click search input | Start typing to filter current view |
Esc (in search) | Clear search query |
General Navigation
| Shortcut | Action |
|---|---|
Esc | Close modals and dialogs |
Esc.
Context Menu Actions
Right-click media cards for quick actions:| Action | Description |
|---|---|
| Play | Start playback with MPV |
| Play with Browser | Use built-in video player (MP4/WebM only) |
| Resume | Continue from last watched position |
| Fix Match | Correct TMDB metadata match |
| Mark as Watched | Mark media as completed |
| Delete | Remove from library (and optionally from Google Drive) |
Streaming Player Shortcuts
When using the Videasy streaming player:| Shortcut | Action |
|---|---|
Esc | Close player and return to search |
Videasy is an embedded player for external streaming sources. Playback controls depend on the player implementation.
Episode Selector Shortcuts
When browsing episodes in a TV series:| Shortcut | Action |
|---|---|
Esc | Close episode browser |
| Click episode card | Play episode |
| Click info icon | Expand episode details |
AI Chat Shortcuts
In the AI chat interface:| Shortcut | Action |
|---|---|
Enter | Send message |
Shift+Enter | New line in message |
@ | Link content or create TMDB profile |
Tips for Efficient Usage
Quick Play Workflow
- Navigate to Cloud or History view
- Type in search bar to filter media
- Click or right-click desired item
- Use
Resumeto continue orPlayto start over - Press
Spaceduring playback to pause
Batch Operations
For managing multiple files:- Delete entire series: Right-click series card → Delete → Confirm
- Clear watch history: History view → Clear All button
- Re-index library: Sidebar → Update Library button
Customizing MPV Shortcuts
MPV shortcuts can be customized by creating aninput.conf file:
-
Locate MPV config directory:
- Windows:
%APPDATA%/mpv/ - Linux:
~/.config/mpv/ - macOS:
~/.config/mpv/
- Windows:
-
Create
input.confand add custom bindings:
- Restart MPV for changes to take effect
See MPV input.conf documentation for full syntax.
Accessibility
Screen Readers
StreamVault uses semantic HTML and ARIA labels for screen reader compatibility:- Navigation landmarks for main sections
- Button labels for all controls
- Alt text for media posters
Keyboard-Only Navigation
All functionality is accessible via keyboard:Tabto navigate between elementsEnterto activate buttonsArrow keysfor sliders and dropdownsEscto close dialogs
Platform-Specific Notes
Windows
- MPV named pipe IPC enables progress tracking and resume functionality
- System notifications appear in Action Center
- System tray icon provides quick access
Linux
- MPV uses Unix sockets for IPC
- Desktop notifications via DBus
- Ensure MPV is installed via package manager
macOS
- MPV installed via Homebrew recommended
- Notification Center integration
- May require accessibility permissions for keyboard shortcuts
Troubleshooting Shortcuts
Shortcuts not working in MPV
Shortcuts not working in MPV
Solution:
- Ensure MPV is launched via StreamVault (not manually opened)
- Check if you have a custom
input.confoverriding defaults - Verify MPV window has focus (click on it)
- Try resetting MPV config by renaming
~/.config/mpv/or%APPDATA%/mpv/
Browser player shortcuts not responding
Browser player shortcuts not responding
Solution:
- Click inside the player area to give it focus
- Ensure no modal dialogs are open (close with
Esc) - Refresh the app if shortcuts stop working
- Check browser console for JavaScript errors (Ctrl+Shift+I in dev mode)
Resume dialog shortcuts not working
Resume dialog shortcuts not working
Solution:
- Ensure the dialog is focused (click on it)
- Dialog shortcuts only work when the resume dialog is visible
- Try clicking “Resume” or “Start Over” buttons if shortcuts fail
Related Resources
- MPV Manual - Complete MPV documentation
- Troubleshooting - Common issues and solutions
- Configuration Settings - Customize StreamVault settings