Lifehacker posted about a tiny but useful feature of Windows 7 – a keyboard shortcut to create a new folder.
On Windows XP, it’s still missing. In the past I’ve always used a right click with wf. It gets the job done but it uses the mouse, which is slow. Now that Microsoft has given this a more or less official shortcut, I decided to emulate it on XP with AutoHotKey.
It’s extremely simple and after using it I wonder why I didn’t do it sooner.
Here’s the AutoHotKey code to make the magic happen.
^+n::send +{F10}wf
hello sir can you tell me it clearly i didntunderstand how to use it
» Comment by dharma on July 6, 2010 @ 3:01 am@dharma What part didn’t you understand?
» Comment by Dan on July 6, 2010 @ 2:37 pm