Peeka2 supports various keyboard shortcuts to improve productivity and navigation.
Shortcut | Action |
Ctrl/Cmd + Q | Quit application |
Ctrl/Cmd + W | Close window |
Ctrl/Cmd + M | Minimize window |
F11 | Toggle fullscreen |
Shortcut | Action |
Ctrl/Cmd + Shift + I | Toggle DevTools |
Ctrl/Cmd + R | Reload window |
Ctrl/Cmd + Shift + R | Force reload |
Shortcut | Action |
↑ / ↓ | Navigate up/down |
← / → | Collapse/expand folders |
Enter | Open file/folder |
Space | Preview file |
Home | Go to first item |
End | Go to last item |
Shortcut | Action |
Ctrl/Cmd + D | Add to favorites |
Ctrl/Cmd + O | Open file dialog |
Ctrl/Cmd + Shift + O | Open folder dialog |
Backspace | Go to parent directory |
Shortcut | Action |
Ctrl/Cmd + F | Find in file (planned) |
Ctrl/Cmd + + | Zoom in (planned) |
Ctrl/Cmd + - | Zoom out (planned) |
Ctrl/Cmd + 0 | Reset zoom (planned) |
Shortcut | Action |
Page Up | Scroll up one page |
Page Down | Scroll down one page |
Ctrl/Cmd + Home | Go to beginning |
Ctrl/Cmd + End | Go to end |
Shortcut | Action |
Ctrl/Cmd + T | Open theme selector (planned) |
Ctrl/Cmd + Shift + D | Toggle dark mode (planned) |
Shortcut | Action |
Ctrl/Cmd + B | Toggle file browser (planned) |
Ctrl/Cmd + \ | Split panel (planned) |
Ctrl/Cmd + Shift + \ | Close panel (planned) |
- Use
Cmd
instead of Ctrl
- Additional gestures supported:
- Pinch to zoom
- Swipe to navigate
- Use
Ctrl
for shortcuts
Alt
key for menu navigation
- Right-click for context menus
{
"keybindings": {
"file.open": "ctrl+o",
"file.save": "ctrl+s",
"view.zoomIn": "ctrl+plus",
"view.zoomOut": "ctrl+minus"
}
}
Enable Vim-style navigation:
h
, j
, k
, l
for movement
/
for search
g
for go-to commands
Shortcut | Action |
Tab | Navigate focusable elements |
Shift + Tab | Navigate backwards |
Ctrl/Cmd + L | Focus file browser |
Ctrl/Cmd + K | Open command palette (planned) |
Ctrl/Cmd + Shift + P
opens command palette:
- Search commands
- Execute actions
- Change settings
- Open files
Ctrl/Cmd + P
for quick file open:
- Fuzzy file search
- Recent files
- Favorite locations
- Learn gradually: Start with basic navigation
- Use what helps: Not all shortcuts needed
- Platform consistency: Follow OS conventions
- Accessibility: All features keyboard accessible
Common conflicts and solutions:
- Browser shortcuts: Electron intercepts first
- OS shortcuts: Some reserved by system
- Custom apps: May override global shortcuts
- Customizable keybindings
- Shortcut cheat sheet overlay
- Context-sensitive shortcuts
- Macro recording
- Command sequences