Copy real path from Address Bar?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Copy real path from Address Bar?

Post by Filehero »

I might be blind, but I can't find a way to copy the real path (just like on the breadcrumbs) from the address bar via shortcut. Is there possibly a tweak for it?

FH

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Copy real path from Address Bar?

Post by admin »

Ctrl+P?

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Copy real path from Address Bar?

Post by Filehero »

admin wrote: 01 Mar 2019 21:08Ctrl+P?
This copies it from the focused list (which is what I need), but with the path selected in the AB the copied string won't be resolved.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Copy real path from Address Bar?

Post by admin »

You want Ctrl+P to work when the AB is focused?

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Copy real path from Address Bar?

Post by Filehero »

admin wrote: 06 Mar 2019 15:33 You want Ctrl+P to work when the AB is focused?
Yes, this,would be nice.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Copy real path from Address Bar?

Post by admin »

The function is currently defined as "Copy the full path/name of all selected Tree or List items." ... Tree or List depending on the focus. With the focus in AB I think it should behave as if the Tree was focused, right?

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Copy real path from Address Bar?

Post by Filehero »

admin wrote: 06 Mar 2019 19:52With the focus in AB I think it should behave as if the Tree was focused, right?
Yes.

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Copy real path from Address Bar?

Post by bdeshi »

isn't this accomplished by just reassigning ctrl+p to a udc such as if <get focusedcontrol> == 'A' {copytext <curpath>}; else {#101;}?
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Copy real path from Address Bar?

Post by admin »

I think it's okay to make it work without scripting.

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Copy real path from Address Bar?

Post by Filehero »

Thank you! :tup: :D

TheTodd
Posts: 14
Joined: 15 Sep 2016 12:54
Location: United States

Re: Copy real path from Address Bar?

Post by TheTodd »

I created a user button with this for On left click:
copytext get("path",a);

Post Reply