⌨️ Keyboard Shortcuts
Speed up your pseudocode workflow with these handy shortcuts
🎯 General Shortcuts
Essential shortcuts for everyday use in iPseudo IDE:
Save your current pseudocode file
Create a new pseudocode file
Open an existing pseudocode file
Execute your pseudocode
Alternative shortcut to execute pseudocode
Enter/exit fullscreen mode
✏️ Editor Shortcuts
Power up your coding with these editor shortcuts:
Undo the last action
Redo the last undone action
Select all text in the editor
Copy selected text
Paste copied text
Cut selected text
Search for text in the editor
Search and replace text
Jump to a specific line number
Select the next occurrence of the current word
Delete the current line
Move the current line up or down
Copy the current line up or down
Comment/uncomment the current line or selection
Open the command palette
🧭 Navigation Shortcuts
Navigate through your code efficiently:
Jump to the beginning of the file
Jump to the end of the file
Move cursor by word
Select text by word
Scroll up/down by page
👁️ View Shortcuts
Control how you see your code:
Increase font size
Decrease font size
Reset to default font size
Show/hide the sidebar
Show/hide the output panel
Focus the file explorer
💡 Pro Tips
Master These First
- Ctrl+S - Save frequently to avoid losing work
- F5 - Quick way to run your pseudocode
- Ctrl+Z - Undo mistakes instantly
- Ctrl+F - Find text quickly in long files
- Ctrl+/ - Comment/uncomment code blocks
Platform Differences
- macOS: Use Cmd instead of Ctrl
- Linux: Same as Windows shortcuts
- Windows: Standard Ctrl-based shortcuts