Page 1 of 1

Change \ to / when copying paths

Posted: 09 May 2019 14:03
by MBaas
I often need to copy paths from XY into another software which is a bit demanding about its paths, i.e. even JSON-Formatters complaining when I give data for paths with \ instead of /.

On way to do this, I think, would be for me to replace the "Copy Path"-menu item with a script that would do the replacement.

Or is there possibly a setting that I never noticed (or a hidden tweak) to do this? Or any other solution?

Re: Change \ to / when copying paths

Posted: 09 May 2019 14:17
by highend
Write a simple script that copies the current path to the clipboard while replacing \ with /
and invoke it with a keyboard shortcut, button, catalog, whatever?

Re: Change \ to / when copying paths

Posted: 09 May 2019 14:56
by MBaas
Ok. Just wanted to avoid re-implementing the wheel ;)