@@ -10,6 +10,7 @@ This is the list of all commands defined in `CommandCodes` enum except `None`.
10
10
| | ExitCompactOverlay | Exit compact overlay | Exit compact overlay | Ctrl+Alt+Down |
11
11
| | ToggleCompactOverlay | Toggle compact overlay | Toggle compact overlay | F12 |
12
12
| | Search | Search | Go to search box | Ctrl+F, F3 |
13
+ | | SearchUnindexedItems | Search unindexed items | Search for unindexed items | |
13
14
| | Redo | Redo | Redo the last file operation | Ctrl+Y |
14
15
| | Undo | Undo | Undo the last file operation | Ctrl+Z |
15
16
| | EditPath | Edit path | Focus path bar | Ctrl+L, Alt+D |
@@ -18,13 +19,14 @@ This is the list of all commands defined in `CommandCodes` enum except `None`.
18
19
| | TogglePreviewPane | Toggle the preview pane | Toggle whether to show preview pane | Ctrl+P |
19
20
| | ToggleSidebar | Toggle the sidebar | Toggle whether to show sidebar | Ctrl+B |
20
21
| File System | CopyItem | Copy | Copy item(s) to clipboard | Ctrl+C |
21
- | | CopyPath | Copy location | Copy path of item to clipboard | Ctrl+Shift+C |
22
+ | | CopyPath | Copy path | Copy path of item to clipboard | Ctrl+Shift+C |
22
23
| | CutItem | Cut | Cut item(s) to clipboard | Ctrl+X |
23
24
| | PasteItem | Paste | Paste item(s) from clipboard to current folder | Ctrl+V |
24
25
| | PasteItemToSelection | Paste | Paste item(s) from clipboard to selected folder | Ctrl+Shift+V |
25
26
| | DeleteItem | Delete | Delete item(s) | Delete, Ctrl+D |
26
27
| | DeletemeItemPermanently | Delete permanently | Delete item(s) permanently | Shift+Delete |
27
28
| | CreateFolder | Folder | Create new folder | |
29
+ | | CreateFolderWithSelection | Create folder with selection | Create a folder with the currently selected item(s) | |
28
30
| | AddItem | New | Create new item | Ctrl+Shift+N |
29
31
| | CreateShortcut | Create shortcut | Create new shortcut(s) to selected item(s) | |
30
32
| | CreateShortcutFromDialog | Shortcut | Create new shortcut to any item | |
@@ -65,7 +67,8 @@ This is the list of all commands defined in `CommandCodes` enum except `None`.
65
67
| | DecompressArchiveToChildFolder | Extract to _ NewFolderName_ | Extract items from selected archive(s) to new folder | |
66
68
| Image Manipulation | RotateLeft | Rotate left | Rotate selected image(s) to the left | |
67
69
| | RotateRight | Rotate right | Rotate selected image(s) to the right | |
68
- | Open | OpenSettings | Settings | Open settings page | Ctrl+, |
70
+ | Open | OpenProperties | Open properties | Open properties window | Alt+Enter |
71
+ | | OpenSettings | Settings | Open settings page | Ctrl+, |
69
72
| | OpenTerminal | Open in terminal | Open folder in terminal | Ctrl+\` |
70
73
| | OpenTerminalAsAdmin | Open in terminal as administrator | Open folder in terminal as administrator | Ctrl+Shift+\` |
71
74
| Layout | LayoutDecreaseSize | Decrease size | Decrease icon size in grid view | Ctrl+- |
0 commit comments