pathcopycopy icon indicating copy to clipboard operation
pathcopycopy copied to clipboard

Add keyboard shortcuts

Open clechasseur opened this issue 7 years ago • 8 comments

Add keyboard shortcuts to call commands directly.

Original issue: https://pathcopycopy.codeplex.com/workitem/10951

clechasseur avatar Jul 17 '17 00:07 clechasseur

As an keyboard addict, I give my love and looking forward this feature

longtth avatar Dec 26 '17 07:12 longtth

Would be nice to have an API so user could use pathcopycopy from totalcommander or any other tool

maslovw avatar Jan 09 '18 15:01 maslovw

@maslovw can you define "used"? Because there is already a way to use a specific command from the command-line using rundll32. It is "documented" here:

https://pathcopycopy.codeplex.com/discussions/389526

Once I muster the strength to move the official doc to GitHub it should be documented here also :-)

clechasseur avatar Jan 10 '18 01:01 clechasseur

@clechasseur, thank you, it works!

This will create a command for total commander to copy path in Unix style:

command: rundll32.exe "C:\Program Files\Path Copy Copy\PCC64.dll",GetPathWithPlugin {5B5DA5CB-3284-45a9-A1E5-4D6B03107924}, Parameters: %P%N

CommandIds are taken from this page: http://pathcopycopy.codeplex.com/wikipage?title=Network%20Administrator

maslovw avatar Jan 11 '18 16:01 maslovw

Yes! Need some keyboard shortcuts, so this can integrate into my workflow more easily with other tools. So close to being flawless! Thanks!

nr1995 avatar Jan 08 '21 11:01 nr1995

How's it going? I'm desperate to use this feature!

HaiyiMei avatar Sep 26 '21 08:09 HaiyiMei

there is already a way to use a specific command from the command-line using rundll32. It is "documented" here: https://pathcopycopy.codeplex.com/discussions/389526

CommandIds are taken from this page: http://pathcopycopy.codeplex.com/wikipage?title=Network%20Administrator

Since codeplex is gone, does that documentation exist anywhere else?

JWCook avatar Apr 28 '22 19:04 JWCook

Since codeplex is gone, does that documentation exist anywhere else?

Unfortunately no, I have never taken the time to redo it on GitHub... The command IDs are available in the source code, most notably here:

https://github.com/clechasseur/pathcopycopy/blob/default/PathCopyCopySettings/Properties/Resources.resx

clechasseur avatar Apr 28 '22 20:04 clechasseur