Page 1 of 1

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

Posted: 08 Jul 2024 09:38
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.

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

Posted: 08 Jul 2024 09:57
by highend
And for this kind of stuff custom event actions exist (yeah, middle-click on files/folders is supported as well)...

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

Posted: 08 Jul 2024 11:51
by iamseoul
Yeah, but there's no file name copy in the custom event action. Scripts are hard to use

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

Posted: 08 Jul 2024 11:55
by admin
Forget the mouse:

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

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

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

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

Posted: 08 Jul 2024 14:34
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

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

Posted: 08 Jul 2024 14:35
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.