⌨️ Keyboard Shortcuts

Speed up your pseudocode workflow with these handy shortcuts

🎯 General Shortcuts

Essential shortcuts for everyday use in iPseudo IDE:

Ctrl + S
Save File

Save your current pseudocode file

Ctrl + N
New File

Create a new pseudocode file

Ctrl + O
Open File

Open an existing pseudocode file

F5
Run Code

Execute your pseudocode

Ctrl + R
Run Code

Alternative shortcut to execute pseudocode

F11
Toggle Fullscreen

Enter/exit fullscreen mode

✏️ Editor Shortcuts

Power up your coding with these editor shortcuts:

Ctrl + Z
Undo

Undo the last action

Ctrl + Y
Redo

Redo the last undone action

Ctrl + A
Select All

Select all text in the editor

Ctrl + C
Copy

Copy selected text

Ctrl + V
Paste

Paste copied text

Ctrl + X
Cut

Cut selected text

Ctrl + F
Find

Search for text in the editor

Ctrl + H
Find & Replace

Search and replace text

Ctrl + G
Go to Line

Jump to a specific line number

Ctrl + D
Select Next Match

Select the next occurrence of the current word

Ctrl + Shift + K
Delete Line

Delete the current line

Alt + /
Move Line

Move the current line up or down

Shift + Alt + /
Copy Line

Copy the current line up or down

Ctrl + /
Toggle Comment

Comment/uncomment the current line or selection

Ctrl + Shift + P
Command Palette

Open the command palette

🧭 Navigation Shortcuts

Navigate through your code efficiently:

Ctrl + Home
Go to Start

Jump to the beginning of the file

Ctrl + End
Go to End

Jump to the end of the file

Ctrl + /
Word Navigation

Move cursor by word

Ctrl + Shift + /
Select Word

Select text by word

Page Up / Page Down
Page Navigation

Scroll up/down by page

👁️ View Shortcuts

Control how you see your code:

Ctrl + +
Zoom In

Increase font size

Ctrl + -
Zoom Out

Decrease font size

Ctrl + 0
Reset Zoom

Reset to default font size

Ctrl + B
Toggle Sidebar

Show/hide the sidebar

Ctrl + J
Toggle Terminal

Show/hide the output panel

Ctrl + Shift + E
Focus Explorer

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