cm_CopyCurrentPathToClip ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
f0ff886f
Junior Member
Junior Member
Posts: 4
Joined: 2019-02-03, 14:15 UTC

cm_CopyCurrentPathToClip ?

Post by *f0ff886f »

Is there a way to copy the current path (of the actively highlighted folder pane) to the clipboard? I found only cm_CopySrcPathToClip and cm_CopyTrgPathToClip, but that means I need two different hotkeys for the similar operation.
User avatar
Dalai
Power Member
Power Member
Posts: 9387
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: cm_CopyCurrentPathToClip ?

Post by *Dalai »

You don't need two different hotkeys. The source panel is the actively highlighted panel, and the target panel is the inactive one. In other words: you only need cm_CopySrcPathToClip. And just in case you need the path of the opposite panel, you can just tab there and use the hotkey again.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
f0ff886f
Junior Member
Junior Member
Posts: 4
Joined: 2019-02-03, 14:15 UTC

Re: cm_CopyCurrentPathToClip ?

Post by *f0ff886f »

Ah! That is wonderful, thank you very much.
Post Reply