Keybindings
ArcaneIDE is built on Eclipse Theia and inherits VS Code-compatible keybindings by default.
General
Section titled “General”| Action | macOS | Windows/Linux |
|---|---|---|
| Command Palette | Cmd+Shift+P | Ctrl+Shift+P |
| Quick Open (files) | Cmd+P | Ctrl+P |
| Save | Cmd+S | Ctrl+S |
| Find in file | Cmd+F | Ctrl+F |
| Find and Replace | Cmd+H | Ctrl+H |
| Toggle Terminal | Cmd+` | Ctrl+` |
| Go to Definition | F12 | F12 |
| Find References | Shift+F12 | Shift+F12 |
| Go to Symbol | Cmd+Shift+O | Ctrl+Shift+O |
Unity Controls
Section titled “Unity Controls”These shortcuts send commands directly to the connected Unity Editor via IPC.
| Action | Shortcut |
|---|---|
| Play | Ctrl+Shift+F5 |
| Pause | Ctrl+Shift+F6 |
| Stop | Ctrl+Shift+F10 |
| Step frame | Ctrl+Shift+F11 |
The Unity toolbar buttons in the top bar do the same thing if you prefer clicking.
Customizing Keybindings
Section titled “Customizing Keybindings”Open the Command Palette and search for “Open Keyboard Shortcuts” to browse and remap any shortcut.