Page 1 of 1

Clipboard -> New Folder / New Text File

Posted: 18 Jul 2008 16:31
by Jeeves
Often times, I'll copy a phrase or string out of a text/word document, and while it's easy to hit 'CTRL+N, CTRL+V, Enter' it'd be nice if I could hotkey an ability to make a new folder name, with the current clipboard string.
:)
Thanks for making such a great product!

Re: Clipboard -> New Folder / New Text File

Posted: 18 Jul 2008 17:10
by jacky
Jeeves wrote:Often times, I'll copy a phrase or string out of a text/word document, and while it's easy to hit 'CTRL+N, CTRL+V, Enter' it'd be nice if I could hotkey an ability to make a new folder name, with the current clipboard string.
:)
Thanks for making such a great product!
Oh but you can do that on your own! Simply using a script (new <clipboard>, dir;) or create a new UDC (menu User) under category "New", put "<clipboard>" as Name and "New Folder" as Type. Then assign a KS of your choice to it, and voila!

Posted: 18 Jul 2008 17:11
by Jeeves
Fantastic. I hadn't looked much into the scripting yet. Thank you!