When using shell integration some items (commands) are added to explorer context menus. There are two types of explorer menus which are modified by the Copy Handler:
-
Drag&drop context menu - displayed when you drag some files and/or folders from one place to another by right mouse button.
- (CH) Copy here - copies the dragged files to the place where the files were dropped
- (CH) Move here - moves the dragged files to the place where the files were dropped
- (CH) Copy/move special... - opens the custom copy dialog where you can adjust some settings regarding the drag&drop operation.
-
Standard context menu - Displayed when you click on any file or folder (or folder background).
- (CH) Paste - enabled only when menu was opened by r-clicking on the folder or folder's background and when in clipboard there are some files or folders. Works the same way the normal Windows paste command, but the operation is processed by Copy Handler instead of Windows.
- (CH) Paste special... - enabled only when menu was opened by r-clicking on the folder or folder's background and when in clipboard there are some files or folders. Works a bit similar to the previous option, but displays custom copy dialog where user can adjust some settings before operation begins.
- (CH) Copy to - expandable menu. Enabled only when menu was opened by r-clicking on file or folder (not folder background) and when there is at least one shortcut defined in configuration section 'Shortcuts'. Copies the selected files to the location where the selected shortcut points.
- (CH) Move to - command almost identical to the above one, but instead of copying it moves files and foldeers.
- (CH) Copy/move special to... - works similarly to the 'copy to' command, but displays the
custom copy dialog where user can adjust some settings before operation starts.
Each command in explorer's context menus may be enabled or disabled in
configuration dialog in section 'Shell'.