- ⌘ - command
- ⌥ - option
- ⌃ - control
- ⇧ - shift
- ⏎ - return
| Command | KeyBinding |
|---|---|
| Jump to definition | ⌃⌘J |
| Show standard editor | ⌘⏎ |
| Show assistant editor | ⌘⌥⏎ |
| Copy to assistant editor | ⌘⌥, |
| quick open | ⌘⇧o |
| quick open and then open in assitant editor | ⌘⇧o then select the file by ⌥⏎ |
| switch between panels | ⌘j |
| edit all variables in local scope (multiple cursors) | ⌃⌘e |
| find next | ⌘g |
| show/hide left panel | ⌘0 |
| show/hide right panel | ⌘⌥0 |
| show/hide console | ⌘⇧Y |