[GH-ISSUE #3] Add keyboard shortcuts #2

Open
opened 2026-02-25 21:32:26 +03:00 by kerem · 8 comments
Owner

Originally created by @clechasseur on GitHub (Jul 17, 2017).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/3

Add keyboard shortcuts to call commands directly.

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

Originally created by @clechasseur on GitHub (Jul 17, 2017). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/3 Add keyboard shortcuts to call commands directly. Original issue: https://pathcopycopy.codeplex.com/workitem/10951
Author
Owner

@longtth commented on GitHub (Dec 26, 2017):

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

<!-- gh-comment-id:353931137 --> @longtth commented on GitHub (Dec 26, 2017): As an keyboard addict, I give my love and looking forward this feature
Author
Owner

@maslovw commented on GitHub (Jan 9, 2018):

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

<!-- gh-comment-id:356324453 --> @maslovw commented on GitHub (Jan 9, 2018): Would be nice to have an API so user could use pathcopycopy from totalcommander or any other tool
Author
Owner

@clechasseur commented on GitHub (Jan 10, 2018):

@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 :-)

<!-- gh-comment-id:356466171 --> @clechasseur commented on GitHub (Jan 10, 2018): @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 :-)
Author
Owner

@maslovw commented on GitHub (Jan 11, 2018):

@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

<!-- gh-comment-id:356992046 --> @maslovw commented on GitHub (Jan 11, 2018): @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
Author
Owner

@nr1995 commented on GitHub (Jan 8, 2021):

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

<!-- gh-comment-id:756709301 --> @nr1995 commented on GitHub (Jan 8, 2021): Yes! Need some keyboard shortcuts, so this can integrate into my workflow more easily with other tools. So close to being flawless! Thanks!
Author
Owner

@HaiyiMei commented on GitHub (Sep 26, 2021):

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

<!-- gh-comment-id:927255091 --> @HaiyiMei commented on GitHub (Sep 26, 2021): How's it going? I'm desperate to use this feature!
Author
Owner

@JWCook commented on GitHub (Apr 28, 2022):

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?

<!-- gh-comment-id:1112572523 --> @JWCook commented on GitHub (Apr 28, 2022): > 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?
Author
Owner

@clechasseur commented on GitHub (Apr 28, 2022):

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

<!-- gh-comment-id:1112611026 --> @clechasseur commented on GitHub (Apr 28, 2022): > 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#2
No description provided.