DocsMenus
Menus Reference
Complete documentation for all menu items in the CyxWiz Engine.
Menu Bar Overview
File | Edit | View | Nodes | Train | Dataset | Script | Plots | Deploy | Tools | Help
File Menu
Project and file management operations.
Project Operations
| Item | Shortcut | Description |
|---|---|---|
| New Project... | Ctrl+Shift+N | Create a new CyxWiz project |
| Open Project... | Ctrl+Shift+O | Open existing project folder |
| Close Project | - | Close current project |
| Recent Projects | - | Submenu with last 10 projects |
Script Operations
| Item | Shortcut | Description |
|---|---|---|
| New Script | Ctrl+N | Create new .py or .cyx script |
| Open Script... | Ctrl+O | Open script file |
| Save | Ctrl+S | Save current script |
| Save As... | Ctrl+Shift+S | Save with new name |
| Save All | Ctrl+Alt+S | Save all open files |
Edit Menu
Text editing and code manipulation.
Basic Editing
| Item | Shortcut | Description |
|---|---|---|
| Undo | Ctrl+Z | Undo last action |
| Redo | Ctrl+Y | Redo undone action |
| Cut | Ctrl+X | Cut selection |
| Copy | Ctrl+C | Copy selection |
| Paste | Ctrl+V | Paste clipboard |
| Select All | Ctrl+A | Select all content |
Find & Replace
| Item | Shortcut | Description |
|---|---|---|
| Find... | Ctrl+F | Open find dialog |
| Find Next | F3 | Find next occurrence |
| Replace... | Ctrl+H | Open replace dialog |
| Find in Files... | Ctrl+Shift+F | Search across project |
View Menu
Panel visibility and layout management.
Core Panels
| Item | Shortcut | Description |
|---|---|---|
| Node Editor | Ctrl+1 | Show/hide node editor |
| Script Editor | Ctrl+2 | Show/hide script editor |
| Console | Ctrl+3 | Show/hide Python console |
| Properties | Ctrl+4 | Show/hide properties panel |
| Asset Browser | Ctrl+5 | Show/hide asset browser |
| Viewport | Ctrl+6 | Show/hide viewport |
Theme Selection
| Item | Description |
|---|---|
| Dark | Dark color theme |
| Light | Light color theme |
| Classic | Classic ImGui theme |
| Nord | Nord color palette |
| Dracula | Dracula color palette |
Nodes Menu
Node editor operations.
Selection & Clipboard
| Select All | Ctrl+A |
| Copy | Ctrl+C |
| Cut | Ctrl+X |
| Paste | Ctrl+V |
| Duplicate | Ctrl+D |
| Delete | Delete |
Code Generation
| Generate PyTorch | PyTorch code |
| Generate TensorFlow | TensorFlow code |
| Generate Keras | Keras code |
| Generate PyCyxWiz | PyCyxWiz code |
Train Menu
| Item | Shortcut | Description |
|---|---|---|
| Start Training | F5 | Begin training |
| Pause Training | F6 | Pause training |
| Stop Training | Shift+F5 | Stop training |
| Connect to Server | - | Connect to Central Server |
| Submit to Network | - | Submit job to network |
Deploy Menu
Export
- Export Model - Export trained model
- Export as ONNX - ONNX format
- Export as PyTorch - .pt format
- Export as TensorFlow - SavedModel
- Export as GGUF - GGUF format
Network
- Deploy to Node - Deploy to Server Node
- Model Marketplace - Browse/publish models
- Import Model - Import existing model
Help Menu
| Item | Shortcut | Description |
|---|---|---|
| Documentation | F1 | Open online docs |
| Keyboard Shortcuts | - | View all shortcuts |
| Tutorial | - | Interactive tutorial |
| About CyxWiz | - | Version and credits |
| Report Issue | - | Open issue tracker |