Explorer copy to Dropbox via AutoHotKey v2
Sorry for a new version so soon, but I realized somewhat belatedly that the easy way to get a file’s location is to simply copy it, something that AutoHotKey does
Sorry for a new version so soon, but I realized somewhat belatedly that the easy way to get a file’s location is to simply copy it, something that AutoHotKey does
I’ve updated my dropbox library with the following function that copies a file or folder in windows explorer to your public directory. To use it, you’ll need AutoHotKey and a
I wanted to quickly share the song that was playing in iTunes with a contact; I’ve been using Dropdox for a while, so I figured that would be a good
Continue readingShare iTunes song with AutoHotKey and Dropbox
The following simple meta script will reload your AutoHotKey script when you save it in Notepad or Notepad++: #IfWinActive .ahk – Notepad ;; Ctrl+s saves and recompiles in Notepad AND
Here are some helpful hints for those using the amazing scripting program/framework/language AutoHotKey. When you copy, you need to wait for the text to appear on the clipboard. If you