Codux Help Center
Browse our articles to find the answers you need
Codux Keyboard Shortcuts
Keyboard shortcuts enable you to perform many actions in Codux directly from the keyboard. This article lists the default shortcut bindings for Windows, Linux, and macOS computers.
View
Action | Windows/Linux | macOS |
---|---|---|
Reload preview | Ctrl + Alt + R | ⌘ + ⌥ + R |
Toggle select/preview modes | Alt + V | ⌥ + V |
Zoom in (stage) | Ctrl + (+) | ⌘ + (+) |
Zoom out (stage) | Ctrl + (-) | ⌘ + (-) |
Zoom default (stage) | Ctrl + 0 | ⌘ + 0 |
Panels and Tabs
Action | Windows/Linux | macOS |
---|---|---|
Show/hide code drawer | Ctrl + Shift + D | ⌘ + ↑ + D |
Previous tab | Ctrl + Shift + (~) | ⌃ + ↑ + (~) |
Next tab | Ctrl + (~) | ⌃ + (~) |
Last tab | Ctrl + Shift + L | ⌃ + ↑ + L |
Close tab | Ctrl + W | ⌘ + W |
Select & Navigate — Elements Panel
Action | Windows/Linux | macOS |
---|---|---|
Collapse all | Shift + ← | Shift + ← |
Expand all | Shift + → | Shift + → |
Collapse element | ← | ← |
Expand element | → | → |
Select next element | ↓ | ↓ |
Select previous element | ↑ | ↑ |
Move into previous sibling | Alt + ← | ⌥ + ← |
Move out of parent element | Alt + → | ⌥ + → |
Move after next element | Alt + ↓ | ⌥ + ↓ |
Move before previous element | Alt + ↑ | ⌥ + ↑ |
Drill into a component | Enter | Enter |
Drill out of a component | Ctrl + Enter | ⌘ + Enter |
Select root element | Home | fn + ← |
Select last element | End | fn + → |
Clear selection | Esc | Esc |
Select & Navigate — Stage
Action | Windows/Linux | macOS |
---|---|---|
Select parent | ↑ | ↑ |
Select child | ↓ | ↓ |
Select next sibling | → | → |
Select previous sibling | ← | ← |
Drill into a component | Enter | Enter |
Drill out of a component | Ctrl + Enter | ⌘ + Enter |
Deep select element | Ctrl + Select Element | ⌘ + Select Element |
Clear selection | Esc | Esc |
Edit
Action | Windows/Linux | macOS |
---|---|---|
Undo | Ctrl + Z | ⌘ + Z |
Redo | Ctrl + Shift + Z | ⌘ + ↑ + Z |
Delete element | Delete | Delete |
Duplicate element | Ctrl + D | ⌘ + D |
Wrap element in div | Ctrl + Shift + G | ⌘ + ↑ + G |
Drag & duplicate element | Alt + Drag | ⌥ + Drag |
Add Elements panel
Action | Windows/Linux | macOS |
---|---|---|
Open Add Elements panel | Alt + A | ⌥ + A |
Navigate between the panel's sections | Tab | Tab |
Select previous element | ←
| ←
|
Select next element | →
| →
|
Insert element / select category | Enter
| Enter |
Code Drawer / Code Editor
Action | Windows/Linux | macOS |
---|---|---|
Select all | Ctrl + A | ⌘ + A |
Copy | Ctrl + C | ⌘ + C |
Cut | Ctrl + X | ⌘ + X |
Paste | Ctrl + V | ⌘ + V |
Undo | Ctrl + Z | ⌘ + Z |
Redo | Ctrl + Y | ⌘ + Y |
Add selection to next find match | Ctrl + D | ⌘ + D |
Find | Ctrl + F | ⌘ + F |
Go to line... | Ctrl + G | ⌘ + G |
Replace | Ctrl + H | ⌘ + H |
Suggestions menu / search project files | Ctrl + P | ⌘ + P |
Select current line | Ctrl + L | ⌘ + L |
Undo last cursor operation | Ctrl + U | ⌘ + U |
Other
Action | Windows/Linux | macOS |
---|---|---|
View environment information | Ctrl + I | ⌘ + I |
Was this article helpful?