A few hours ago I’ve wrote this tutorial. Now, if you are an online entrepreneur like me, maybe you do a lot of downloads and file movements. So here is an autohotkey script that will:
- open Chrome Download Folder
- select the latest downloaded file
^!d:: Loop %DOWNLOAD_CHROME%\*.* If ( A_LoopFileTimeModified >= Time ) Time := A_LoopFileTimeModified, File := A_LoopFileLongPath Run, explorer /e`, /select`, %File% ; Return
So, just with CTRL+ALT+D you can forget about CTRL+J in chrome, clicking the file and so on…