I’ve had another idea… press a certain key combination, and you get a link to whatever text you had selected. This mirrors the ability to easily share text on sites
Continue readingPastebin functionality from Dropbox and AutoHotKey
I’ve had another idea… press a certain key combination, and you get a link to whatever text you had selected. This mirrors the ability to easily share text on sites
Continue readingPastebin functionality from Dropbox and AutoHotKey
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