PromptRepo is optimized for keyboard-driven workflows. Learn these shortcuts to navigate and work more efficiently.
Global Shortcuts
These shortcuts work from anywhere in the application.
Search and Navigation
| Shortcut | Action | Description |
|---|
Cmd+K (Mac)
Ctrl+K (Win/Linux) | Open search | Opens the command palette to search prompts and navigate |
Esc | Close dialog/modal | Closes any open dialog, modal, or the search palette |
The search command palette (Cmd+K) is your fastest way to jump to any prompt. Start typing to search across titles, descriptions, and content.
Search Palette
When the command palette is open (Cmd+K):
| Shortcut | Action | |
|---|
↑ ↓ | Navigate results | Move up and down through search results |
Enter | Select result | Open the selected prompt |
Esc | Close palette | Close the search without selecting |
Search Tips
- Start typing immediately—no need to click in the search field
- Results update as you type (300ms debounce)
- Search works across prompt titles, descriptions, and content
- Press
Esc to cancel and return to your previous view
Prompt List Navigation
Navigate your prompt library efficiently using arrow keys.
| Shortcut | Action | |
|---|
↑ ↓ | Navigate prompts | Move between prompts in the list |
Enter | Open prompt | View details of the selected prompt |
Tab | Next section | Move focus to the next section (e.g., from list to detail view) |
Shift+Tab | Previous section | Move focus to the previous section |
Arrow key navigation works when the prompt list has focus. Click on a prompt or use Tab to focus the list.
Prompt Editor
Keyboard shortcuts for editing prompt content.
Text Editing
| Shortcut | Action | Description |
|---|
Ctrl+C | Copy | Copy selected text to clipboard |
Ctrl+V | Paste | Paste text from clipboard |
Ctrl+X | Cut | Cut selected text |
Ctrl+Z | Undo | Undo last change |
Ctrl+Y (Win/Linux)
Cmd+Shift+Z (Mac) | Redo | Redo last undone change |
Ctrl+A | Select all | Select all text in the editor |
Saving
| Shortcut | Action | Context |
|---|
Cmd+Enter (Mac)
Ctrl+Enter (Win/Linux) | Save version | When editing a prompt, saves the new version immediately |
Use Cmd+Enter / Ctrl+Enter to quickly save when you’re in the version note field. This saves you from clicking the Save button.
When creating or editing prompts and collections.
| Shortcut | Action | |
|---|
Tab | Next field | Move to the next form field |
Shift+Tab | Previous field | Move to the previous form field |
Enter | Submit form | Submit the form (if on the submit button) |
Esc | Cancel | Cancel the current form and close dialog |
Press Esc to quickly cancel and close any create/edit dialog without saving changes.
Browser Standard Shortcuts
Standard browser shortcuts also work in PromptRepo:
| Shortcut | Action | |
|---|
Cmd+R (Mac)
Ctrl+R (Win/Linux) | Refresh page | Reload the current page |
Cmd+W (Mac)
Ctrl+W (Win/Linux) | Close tab | Close the current browser tab |
Cmd+T (Mac)
Ctrl+T (Win/Linux) | New tab | Open a new browser tab |
Cmd+Click (Mac)
Ctrl+Click (Win/Linux) | Open in new tab | Open a link in a new tab |
Accessibility Navigation
PromptRepo supports standard accessibility navigation:
| Shortcut | Action | |
|---|
Tab | Next interactive element | Move focus to the next button, link, or input |
Shift+Tab | Previous interactive element | Move focus backward |
Enter / Space | Activate element | Click the focused button or link |
Arrow keys | Navigate options | Navigate within dropdowns, lists, and menus |
Quick Actions
Common workflows mapped to efficient shortcuts.
Create New Prompt
Navigate to Create
Click “New Prompt” in the navigation or navigate to /prompts/create
Use Tab for Fields
Press Tab to move between Title → Description → Content → Version Note
Submit
Tab to the “Save Prompt” button and press Enter, or click the button
Quick Search and Open
Open Search
Press Cmd+K (Mac) or Ctrl+K (Win/Linux)
Type Query
Start typing your search query immediately
Navigate Results
Use ↑ ↓ arrow keys to select the prompt
Open Prompt
Press Enter to view the selected prompt
Edit and Save Quickly
Enter Edit Mode
Click “Edit” button or hover over prompt and click edit
Modify Content
Make your changes in the textarea
Add Version Note
Press Tab to move to the version note field, type your note
Save
Press Cmd+Enter (Mac) or Ctrl+Enter (Win/Linux) to save immediately
Mobile Considerations
PromptRepo is optimized for a ~400px width interface (ideal for mobile sidecar usage).
Most keyboard shortcuts are designed for desktop use. On mobile devices:
- Touch gestures replace keyboard navigation
- Tap and hold for context menus
- Swipe to navigate between sections
Productivity Tips
Use Search Over Browsing
Instead of scrolling through your prompt list:
- Press
Cmd+K / Ctrl+K
- Type a few characters
- Press
Enter
This is faster than browsing, especially with large libraries.
Learn the Edit-Save Flow
- Hover over prompt → Click “Edit”
- Make changes
Tab to version note → Add note
Cmd+Enter / Ctrl+Enter to save
This flow takes seconds once memorized.
Combine Shortcuts
Cmd+K to search → Enter to open → Hover for edit button → Cmd+Enter to save
- Minimal mouse usage = faster workflow
Customizing Shortcuts
Currently, PromptRepo does not support custom keyboard shortcuts. The built-in shortcuts are designed for optimal usability across platforms.
If you need a specific shortcut, check if your browser or operating system allows remapping keys globally.
Troubleshooting
Shortcuts Not Working
Check for conflicts:
- Browser extensions might override shortcuts
- Operating system shortcuts take precedence
- Ensure the correct element has focus (click in the area first)
Common conflicts:
Cmd+K might open browser search on some systems
Ctrl+K might be used by other applications
Solutions:
- Close conflicting applications
- Disable or reconfigure browser extensions
- Use the mouse as a fallback
Search Palette Won’t Open
- Ensure you’re logged in
- Check browser console for errors (F12)
- Try refreshing the page (
Cmd+R / Ctrl+R)
- Clear browser cache if the issue persists
macOS
- Use
Cmd for most shortcuts
Cmd+K for search is consistent with many Mac apps
- Built-in text editing shortcuts (Cmd+A, Cmd+C, etc.) work as expected
Windows/Linux
- Use
Ctrl instead of Cmd
Ctrl+K opens the search palette
- Standard Windows text shortcuts apply
Web Browsers
- Chrome, Firefox, Safari, and Edge are fully supported
- Some shortcuts may behave differently across browsers
- Test in your primary browser for best experience
Keyboard-First Workflow Example
A complete workflow using mostly keyboard shortcuts:
Open App
Navigate to PromptRepo in your browser
Search
Press Cmd+K, type “code review”, press Enter
Edit
Hover and click “Edit” (or Tab to it and press Enter)
Modify
Make changes, press Tab to version note field
Save
Type “Fixed typo”, press Cmd+Enter
Next Prompt
Press Cmd+K, search for next prompt, repeat
With practice, this workflow becomes second nature and significantly faster than mouse-heavy navigation.