Hi,
It would be great if Everything has "copy full name to clipboard" hotkey...
Regards,
"copy full name to clipboard" hotkey
Re: "copy full name to clipboard" hotkey
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?
Is there a WM_COMMAND for the "Copy full path to clipboard" That I can use with autohotkey?
Re: "copy full name to clipboard" hotkey
No, I have added the following WM_COMMANDS for the next release of "Everything":Is there a WM_COMMAND for the "Copy full path to clipboard" That I can use with autohotkey?
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
Re: "copy full name to clipboard" hotkey
Great. Thank you.
Is there anywhere on the website to grab the latest beta / development version?
Is there anywhere on the website to grab the latest beta / development version?
Re: "copy full name to clipboard" hotkey
check http://www.voidtools.com/rss.xml for beta release news.
The current development version is not stable enough for release.
The current development version is not stable enough for release.