Getting full file name from Synchronize Directories
Moderators: Hacker, petermad, Stefan2, white
Getting full file name from Synchronize Directories
Hi, does anyone know how to get the full path + name of a highlighted file on Synchronize directories window (left panel) ?.
I have been trying using Autohotkey Window Spy but it doesn't give any info, thanks.
Re: Getting full file name from Synchronize directories
<Shift+F10> or windows context menu button on keyboard
Cursor down until "Left context menu" is selected
<Shift+Enter> (opens the extended windows context menu)
Select "Copy as path"
Regards
Holger
Edit:
Step 2 is much easier if your create a "%Commander_Path%\Language\WCMD_ENG.lng" with the following content:
In this case you can navigate to the entry "Left context menu" by pressing <L> twice
=>: <Shift+F10> <L> <L> <Shift+Enter> <A>
Cursor down until "Left context menu" is selected
<Shift+Enter> (opens the extended windows context menu)
Select "Copy as path"
Regards
Holger
Edit:
Step 2 is much easier if your create a "%Commander_Path%\Language\WCMD_ENG.lng" with the following content:
Code: Select all
English
6287="&Left context menu\tAlt+Down"
=>: <Shift+F10> <L> <L> <Shift+Enter> <A>
Make our planet great again
Re: Getting full file name from Synchronize Directories
It works

