Is there a way to copy file names with a middle mouse click?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

Is there a way to copy file names with a middle mouse click?

Post by iamseoul »

I know double-clicking on the information tab in File Explorer or Finder copies the file name, but I'd like to be able to copy the file name without opening the information pane.

I think it would be much more convenient to copy file names with a middle mouse click.

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Is there a way to copy file names with a middle mouse click?

Post by highend »

And for this kind of stuff custom event actions exist (yeah, middle-click on files/folders is supported as well)...
One of my scripts helped you out? Please donate via Paypal

iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

Re: Is there a way to copy file names with a middle mouse click?

Post by iamseoul »

Yeah, but there's no file name copy in the custom event action. Scripts are hard to use

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

Re: Is there a way to copy file names with a middle mouse click?

Post by admin »

Forget the mouse:

Ctrl+P: Name with path
Ctrl+Shift+P: Name without path

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Is there a way to copy file names with a middle mouse click?

Post by highend »

Scripts are hard to use
copytext <curname>; is hard to use? oO
One of my scripts helped you out? Please donate via Paypal

iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

Re: Is there a way to copy file names with a middle mouse click?

Post by iamseoul »

highend wrote: 08 Jul 2024 12:09
Scripts are hard to use
copytext <curname>; is hard to use? oO

Oh, thank you for letting me know
I don't know any of these languages lol

iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

Re: Is there a way to copy file names with a middle mouse click?

Post by iamseoul »

admin wrote: 08 Jul 2024 11:55 Forget the mouse:

Ctrl+P: Name with path
Ctrl+Shift+P: Name without path
Yeah, I've been waiting for this
Thank you.

Post Reply