[Solved] Shortcut open same file name from different path

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
snnare
Junior Member
Junior Member
Posts: 3
Joined: 2019-08-09, 09:08 UTC

[Solved] Shortcut open same file name from different path

Post by *snnare »

Hi,

I have /A and /B in each TC side. I have then /A/C and /B/C in each side and i would like to navigate in C in both side at the same time.
For example I press maj+click on /A/C and the other side go /B/C etc
I found this command to select same files on each side :

Code: Select all

cm_FocusLeft,cm_CopyNamesToClip,cm_FocusRight,cm_LoadSelectionFromClip
But it is a bit far from what I would like to achieve..

Thank you in adavance.
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Shortcut open same file name from different path

Post by *Hacker »

Hi snnare,
Type

Code: Select all

cm_SyncChangeDir
into the command line and confirm with Enter, or create a button / start menu entry / keyboard shortcut / alias with this internal command.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Shortcut open same file name from different path

Post by *sqa_wizard »

Note:
After cm_SyncChangeDir you will see, that changing into subdir C on one side will change to subdir C on the other side too.
This will work until you enter a subdir on one side that is not available on the other side.
#5767 Personal license
snnare
Junior Member
Junior Member
Posts: 3
Joined: 2019-08-09, 09:08 UTC

Re: Shortcut open same file name from different path

Post by *snnare »

A bit late but thanks for the answers !
cm_SyncChangeDir did it well, is there a way to close this thread?
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: Shortcut open same file name from different path

Post by *MVV »

No, there are no specific close thread action, just leave it as is. :)
Post Reply