Use Cmd(⌘) key insted of Ctrl key on MacOS
| Keyboard shortcut | Description |
|---|---|
| Ctrl+T | Switch editor tabs |
| Ctrl+Shift+T | Switch bottom tabs |
| Ctrl+Shift+O | Open project |
| Ctrl+Shift+N | Navigation in Java code |
| Ctrl+Shift+B | Navigate left in Java code |
| Ctrl+Shift+M | Navigate right in Java code |
| Ctrl+Shift+R | File finder |
| Ctrl+Shift+H | Text finder |
| Ctrl+Shift+K | Search usage |
| F4 | Compile Java code |
| F2 | Run |
| F3 | Debugg |
| F5 | Step into |
| F6 | Step over |
| F7 | Step out |
| F8 | Resume debugger |
| F9 | Stop deugger |
| Ctrl+C | Copy |
| Ctrl+V | Paste |
| Ctrl+X | Cut |
| Ctrl+P | |
| Alt+Up | Move line up |
| Alt+Down | Move line down |
| Ctrl+P | |
| Ctrl+F | Search text in editor |
| Ctrl+Shift+F | Replace text in editor |
| Ctrl+Slash(/) | Line comment |
| Ctrl+Shift+Slash(/) | Block comment |
| Ctrl+Z | Undo text change |
| Ctrl+Y | Redo text change |
| Ctrl+Shift+D | Duplicate line |
Need more help? Please visit the CoreIDE Wiki for more articles. You can also report an issue or request a new feature.