-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy/Move hot key to paste source filename into destination path #2993
Comments
|
Paste for what? |
Replying to andrew_b:
The cause is the same as in #1907 (It's very useful to slightly alter file name while copy/move file.), but the solution is quite different.
e.g. I just want to rename file '02 - J.S. Bach - Goldberg Variations, BWV 988 Recording.mka' to '02 - J.S. Bach - Goldberg Variations, BWV 988 - 1981 Recording.mka'. Now, i can do it:
So more easy and less more frustrating if we just press ctrl+v and edit the filename... |
The patch:
|
Replying to szaszg:
Do you know about s-f5/s-f6 keys?
Don't confuse users. c-v and s-ins are mean and used to paste text from clipboard. |
Replying to andrew_b:
Hmm... it is not the same. With s-f5/s-f6 the target directory for copy/move is where the file exists (current_dir), not the other panel's directory (other_dir)... now, how can i copy the other_dir name into "to:"? :-(
BTW: where can i read about s-f5/s-f6? (I can't find anything in mc.man or mc.hlp) If i remember well NC just show up the appropriate commands on the "ButtonBar" when user hold Shift or ALT...
c-v?, shift-insert? (ctrl-insert?)
But what do you offer instead of ctrl-v/ctrl-ins? (i think, we have a lot of free combo for input field, and this is a particular question)
BTW. the whole "cut-and-paste" thing is confusing and so frustrating in mc (at least under X):
In input:
So, ctrl-v do PageDown, shift-insert paste from a totally different place where ctrl-insert copy, and in an input field we have a slightly different functions and hotkeys for copy-and-paste... Sorry, but how we can confuse users more???
We cannot copy/cut to X_PRIMARY selection, we cannot copy/cut to and paste from X_CLIPBOARD selection. The most important thing under X is to reach X_CLIPBOARD not X_PRIMARY, because most "modern" applications use X_CLIPBOARD for ctrl-c/Copy/ctrl-v/Paste etc. and use X_PRIMARY for mouse selection and paste...
After all IMHO paste original filename into "to:" field is a very useful thing in some cases. |
|
Important
This issue was migrated from Trac:
szaszg
(szaszg@….inter.net)With this patch user can paste (with ctrl-v or ctrl-insert) the source filename if Copy/Move one file or directory.
Note
Original attachments:
szaszg
(szaszg@….inter.net) onApr 5, 2013 at 10:05 UTC
The text was updated successfully, but these errors were encountered: