CyxWiz LogoCyxWiz
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+NNew Script
Ctrl+OOpen Script
Ctrl+SSave
Ctrl+Shift+SSave As
Ctrl+Shift+NNew Project
Alt+F4Exit
Panel Navigation
Ctrl+1Focus Node Editor
Ctrl+2Focus Script Editor
Ctrl+3Focus Console
Ctrl+4Focus Properties
Ctrl+5Focus Asset Browser
Ctrl+6Focus Viewport

Script Editor Shortcuts

Text Editing
Ctrl+XCut
Ctrl+CCopy
Ctrl+VPaste
Ctrl+DDuplicate Line
Ctrl+Shift+KDelete Line
Alt+UpMove Line Up
Alt+DownMove Line Down
Find & Navigation
Ctrl+FFind
F3Find Next
Shift+F3Find Previous
Ctrl+HReplace
Ctrl+GGo to Line
Ctrl+/Toggle Comment
Ctrl+Shift+/Block Comment
Execution
F5Run Script
Ctrl+EnterRun Selection
Shift+F5Stop Execution

Node Editor Shortcuts

Selection & Clipboard
Ctrl+ASelect All Nodes
EscapeClear Selection
Ctrl+CCopy Nodes
Ctrl+XCut Nodes
Ctrl+VPaste Nodes
Ctrl+DDuplicate Nodes
DeleteDelete Selected
View & Navigation
FFrame Selected
HomeFrame All
Mouse WheelZoom
Middle DragPan
SpaceAdd Node Menu
Ctrl+FSearch Nodes
Right-ClickContext Menu

Console Shortcuts

ShortcutAction
EnterExecute Command
Up ArrowPrevious Command
Down ArrowNext Command
Ctrl+LClear Console
Ctrl+CCancel Execution
TabAuto-complete

Platform Differences

macOS

On macOS, Ctrl is replaced with Cmd:

Windows/LinuxmacOS
Ctrl+SCmd+S
Ctrl+ZCmd+Z
Ctrl+CCmd+C
Alt+...Option+...

Customizing Shortcuts

Shortcuts can be customized via Edit > Preferences > Keyboard Shortcuts.

  1. Open Edit > Preferences
  2. Select Keyboard Shortcuts tab
  3. Find the action to customize
  4. Click the shortcut field
  5. Press your desired key combination
  6. Click Apply