"copy full name to clipboard" hotkey

Have a suggestion for "Everything"? Please post it here.
Post Reply
caoyangorg
Posts: 2
Joined: Sat Mar 21, 2009 11:25 am

"copy full name to clipboard" hotkey

Post by caoyangorg »

Hi,

It would be great if Everything has "copy full name to clipboard" hotkey...

Regards,
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: "copy full name to clipboard" hotkey

Post by David »

Added to my "Things to do" list.

Thanks for the suggestion.
Function
Posts: 13
Joined: Fri Jun 05, 2009 9:13 pm

Re: "copy full name to clipboard" hotkey

Post by Function »

I would really appreciate this feature as well. I usually use Alt + C in Locate32 which would be a good start, then implementing a custom hotkey after. Thanks

Is there a WM_COMMAND for the "Copy full path to clipboard" That I can use with autohotkey?
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: "copy full name to clipboard" hotkey

Post by David »

Is there a WM_COMMAND for the "Copy full path to clipboard" That I can use with autohotkey?
No, I have added the following WM_COMMANDS for the next release of "Everything":

Code: Select all

#define EVERYTHING_ID_EXECUTE          40100
#define EVERYTHING_ID_EXPLORE          40101
#define EVERYTHING_ID_EXPLORE_PATH     40102
#define EVERYTHING_ID_OPEN_PATH        40103
#define EVERYTHING_ID_RECYCLE          40104
#define EVERYTHING_ID_DELETE           40105
#define EVERYTHING_ID_RENAME           40106
#define EVERYTHING_ID_COPY_FULL_NAME   40107
#define EVERYTHING_ID_COPY_FULL_PATH   40108
More will be available in the SDK..
Function
Posts: 13
Joined: Fri Jun 05, 2009 9:13 pm

Re: "copy full name to clipboard" hotkey

Post by Function »

Great. Thank you.

Is there anywhere on the website to grab the latest beta / development version?
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: "copy full name to clipboard" hotkey

Post by David »

check http://www.voidtools.com/rss.xml for beta release news.

The current development version is not stable enough for release.
Post Reply