It's too good for not to share this.
To do this I normally used to put both panes on same directory and then select the files to compare.
I just ocurred to me to select two files from same pane and compare to find it worked as intended!.
But hey! here's another trick I just found out.
If you press HOME and then SHIFt-F6, you'll be editing the path. So, no mouse needed!.
If you press CTRL-C you can paste the path on another program.
Yuta wrote:If you press HOME and then SHIFt-F6, you'll be editing the path. So, no mouse needed!.
If you press CTRL-C you can paste the path on another program.
Ctrl-P will copy path to cmd-line, then press right arrow and Ctrl-X - doing the same job except if you are on particular file, you do not have to jump to beginning of directory.
Also... try Ctrl-Enter and Ctrl-Shift-Enter
OK, I didn't realize that would be nice not to loose cursor position.
So I merged ado and solid suggestions and convinced me to reassign Ctrl-P to cm_CopySrcPathToClip, as I never use it for the original purpose.
Hacker wrote:Ah, sorry. It's been a long day.
AHK comes to mind.
Roman
Seems like a complicated tool and, if I undertood well, I must run an external program for it to work!
I settled for assigning cm_EdithPath to Ctrl-SPACE, ASAIK it isn't preassigned to anything. It's now only a one handed operation to copy the path, Ctrl-SPACE and CTRL-C. Seems good for me.
This program installs as a resident program that monitors keyboard usage, but there's no need to install anything. You just run "Autohotkey.exe Script.ahk" and the script becomes active.
Now, where is this info said?. Before I ran the Autohotkey.exe file I didn't know if I was about to install a program or not.
@Hacker
Your cript works exaclty as expected, thanks.