Skip to content

Keyboard Shortcuts

Complete list of MCA Editor keyboard shortcuts.


File Operations

Shortcut Action
Ctrl+N New tab
Ctrl+O Open file
Ctrl+S Save
Ctrl+Shift+S Save as
Ctrl+W Close tab
Ctrl+Shift+O Open project

Editing

Shortcut Action
Ctrl+Z Undo
Ctrl+Y Redo
Ctrl+X Cut
Ctrl+C Copy
Ctrl+V Paste
Ctrl+A Select all
Ctrl+D Duplicate line
Ctrl+/ Toggle line comment
Tab Indent selection
Shift+Tab Unindent selection

Code Execution

Shortcut Action
Ctrl+Enter Execute all code
Ctrl+Shift+Enter Execute selected text
Shortcut Action
Ctrl+P Quick open (file search)
Ctrl+G Go to line
Ctrl+Tab Next tab
Ctrl+Shift+Tab Previous tab
Shortcut Action
Ctrl+F Find
Ctrl+H Find and replace
Ctrl+Shift+F Find in files (project)

Panels

Shortcut Action
Ctrl+` Toggle terminal

Code Completion

Shortcut Action
Ctrl+Space Trigger completion
Enter Accept suggestion
Esc Dismiss suggestions