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
Copy real path from Address Bar?
Re: Copy real path from Address Bar?
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.
-
- Site Admin
- Posts: 63451
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Copy real path from Address Bar?
You want Ctrl+P to work when the AB is focused?
FAQ | XY News RSS | XY Bluesky
Re: Copy real path from Address Bar?
Yes, this,would be nice.
-
- Site Admin
- Posts: 63451
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Copy real path from Address Bar?
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?
FAQ | XY News RSS | XY Bluesky
Re: Copy real path from Address Bar?
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 ]
[ this user is asleep ]
-
- Site Admin
- Posts: 63451
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Copy real path from Address Bar?
I think it's okay to make it work without scripting.
FAQ | XY News RSS | XY Bluesky
Re: Copy real path from Address Bar?
I created a user button with this for On left click:
copytext get("path",a);
copytext get("path",a);