Toolbar buttons
| Icon | Keyboard Shortcut | Description |
|---|---|---|
|
Ctrl+Alt+LeftCtrl+Alt+Left
Ctrl+Alt+RightCtrl+Alt+Right | Scroll through the history of navigation operation back and forth in the selected pane of the Commander. |
| Ctrl+UCtrl+U | Swap contents of the two panes. |
| Alt+F6Alt+F6 | Synchronize panes, so that the contents of inactive pane becomes the same as the contents of the active pane. |
| If this button is pressed, the contents of the currently selected file automatically opens in the editor, with the caret at the first line of a file, or - in Java files - at a top-level class declaration. |
Means of navigation
| Action | Shortcut | Description |
|---|---|---|
| Change active pane | TabTab | Move focus to another pane of the Commander. |
| Open the selected folder | Double-click folder
EnterEnter | Reveal contents of the selected folder in the active pane. |
| Go up one level | Double-click
![]() | Close the currently opened file or folder. |
| Navigate between entries | Arrow keys | |
| Open file |
Ctrl+EnterCtrl+Enter
F4F4 | Open the selected file in the editor. |
| Open file structure | Double-click file
EnterEnter | Shows Java file structure in the active pane of the commander. Double-clicking a member loads the file into the editor with the caret at the beginning of the selected member. For non-Java files, the pane is empty. |
| Show project root | Ctrl+Slash; Ctrl+DivideCtrl+Slash; Ctrl+Divide | Navigate to the project root directory in the active pane. |
File operations
Note
Copy, Clone, Move, Rename and Delete operations are performed as refactorings.
| Action | Shortcut | Context menu command |
|---|---|---|
| Copy | F5F5 | |
| Clone | Shift+F5Shift+F5 | |
| Move | F6F6 | |
| Rename | Shift+F6Shift+F6 | |
| Delete | DeleteDelete |
Tip
Any of the commands that act on multiple selection, take into account both panes. You can select files in both panes and choose such commands as Compile, Compare files, Reformat Code etc. on the context menu.


