Missing 'Paste' Context menu item
Moderators: Hacker, petermad, Stefan2, white
Missing 'Paste' Context menu item
Problem: When the user cuts (or copies) a file using the context menu, and attempts to paste it (in any column), 'Paste' is missing from the context menu. The only way to paste is to use 'Ctrl+V'
Expected action: 'Paste' is available in the context menu after 'Copy' or 'Cut' command.
Actual result: 'Paste' is missing from the context menu.
Notes:
1. The only way to paste is to use 'Ctrl+V'.
2. Ideally, the context menu items should always include at least those available in Windows XP.
Expected action: 'Paste' is available in the context menu after 'Copy' or 'Cut' command.
Actual result: 'Paste' is missing from the context menu.
Notes:
1. The only way to paste is to use 'Ctrl+V'.
2. Ideally, the context menu items should always include at least those available in Windows XP.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Really in any mouse mode I don't see 'Paste' if I'm clicking on file, only when I'm clicking on empty panel space (just like in Windows Explorer) or folder (in this case file(s) will be pasted to this folder).
BTW I found interesting thing - if I copy file(s) and then use right-click on executable, LNK or BAT file, I see 'Paste' and when I paste file(s), Windows just passes names as parameters.
BTW I found interesting thing - if I copy file(s) and then use right-click on executable, LNK or BAT file, I see 'Paste' and when I paste file(s), Windows just passes names as parameters.
- ghisler(Author)
- Site Admin
- Posts: 50383
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can also right click on the panel title showing the current path to choose "Paste2.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Interesting thing I just found with Explorer, you can drag files onto a binary or .cmd
ie:TestDropCopy.cmd
Dragging any selection of files onto that .cmd file will use those files as input. Be cool if TC could do this as well.
It's also easier to get the Paste context menu in Explorer as the only place a file will get selected from right click is when the mouse is directly over the file, as opposed to the Whole Line in TC.
ie:TestDropCopy.cmd
Code: Select all
@ECHO OFF
:LOOP
FOR /F "usebackq delims=?" %%L IN ('%1') DO (
COPY "%%L" "%%L".bak
)
SHIFT
IF "%~1" NEQ "" GOTO:LOOP
It's also easier to get the Paste context menu in Explorer as the only place a file will get selected from right click is when the mouse is directly over the file, as opposed to the Whole Line in TC.