DocsShortcuts
Keyboard Shortcuts
Complete reference for all keyboard shortcuts in CyxWiz Engine.
Quick Reference Card
+----------------------------------------------------------+ | CyxWiz Shortcuts | +----------------------------------------------------------+ | GLOBAL | | Ctrl+P Command Palette Ctrl+S Save | | Ctrl+Z Undo Ctrl+Y Redo | | F5 Run/Train Shift+F5 Stop | +----------------------------------------------------------+ | SCRIPT EDITOR | | Ctrl+D Duplicate Line Ctrl+/ Toggle Comment | | Ctrl+F Find Ctrl+H Replace | | Ctrl+G Go to Line Ctrl+Enter Run Selection | +----------------------------------------------------------+ | NODE EDITOR | | Ctrl+A Select All Delete Delete Node | | Ctrl+C/X/V Copy/Cut/Paste Ctrl+D Duplicate | | F Frame Selected Home Frame All | | Space Add Node Ctrl+Z/Y Undo/Redo | +----------------------------------------------------------+ | PANELS | | Ctrl+1 Node Editor Ctrl+2 Script Editor | | Ctrl+3 Console Ctrl+4 Properties | | Ctrl+5 Asset Browser Ctrl+6 Viewport | +----------------------------------------------------------+
Global Shortcuts
These shortcuts work anywhere in the application.
File Operations
| Ctrl+N | New Script |
| Ctrl+O | Open Script |
| Ctrl+S | Save |
| Ctrl+Shift+S | Save As |
| Ctrl+Shift+N | New Project |
| Alt+F4 | Exit |
Panel Navigation
| Ctrl+1 | Focus Node Editor |
| Ctrl+2 | Focus Script Editor |
| Ctrl+3 | Focus Console |
| Ctrl+4 | Focus Properties |
| Ctrl+5 | Focus Asset Browser |
| Ctrl+6 | Focus Viewport |
Script Editor Shortcuts
Text Editing
| Ctrl+X | Cut |
| Ctrl+C | Copy |
| Ctrl+V | Paste |
| Ctrl+D | Duplicate Line |
| Ctrl+Shift+K | Delete Line |
| Alt+Up | Move Line Up |
| Alt+Down | Move Line Down |
Find & Navigation
| Ctrl+F | Find |
| F3 | Find Next |
| Shift+F3 | Find Previous |
| Ctrl+H | Replace |
| Ctrl+G | Go to Line |
| Ctrl+/ | Toggle Comment |
| Ctrl+Shift+/ | Block Comment |
Execution
| F5 | Run Script |
| Ctrl+Enter | Run Selection |
| Shift+F5 | Stop Execution |
Node Editor Shortcuts
Selection & Clipboard
| Ctrl+A | Select All Nodes |
| Escape | Clear Selection |
| Ctrl+C | Copy Nodes |
| Ctrl+X | Cut Nodes |
| Ctrl+V | Paste Nodes |
| Ctrl+D | Duplicate Nodes |
| Delete | Delete Selected |
View & Navigation
| F | Frame Selected |
| Home | Frame All |
| Mouse Wheel | Zoom |
| Middle Drag | Pan |
| Space | Add Node Menu |
| Ctrl+F | Search Nodes |
| Right-Click | Context Menu |
Console Shortcuts
| Shortcut | Action |
|---|---|
| Enter | Execute Command |
| Up Arrow | Previous Command |
| Down Arrow | Next Command |
| Ctrl+L | Clear Console |
| Ctrl+C | Cancel Execution |
| Tab | Auto-complete |
Platform Differences
macOS
On macOS, Ctrl is replaced with Cmd:
| Windows/Linux | macOS |
|---|---|
| Ctrl+S | Cmd+S |
| Ctrl+Z | Cmd+Z |
| Ctrl+C | Cmd+C |
| Alt+... | Option+... |
Customizing Shortcuts
Shortcuts can be customized via Edit > Preferences > Keyboard Shortcuts.
- Open Edit > Preferences
- Select Keyboard Shortcuts tab
- Find the action to customize
- Click the shortcut field
- Press your desired key combination
- Click Apply