Show HN: Useful Capslock Autohotkey(pastebin.com)
pastebin.com
Show HN: Useful Capslock Autohotkey
http://pastebin.com/L9m2mB7y
3 comments
I have them in their originally, but pastebin hated it:
http://pastebin.com/qqcvkdrh
Basically this was supposed to emulate the capslock functionality on Windows Phone. It's nice for SQL scripts when I forget to capitalize key words.
How can I use this code?
1. Download Autohotkey ( http://www.autohotkey.com/ )
2. Install
3. Save the script as caps.ahk
4. Right click on script and hit run
After that select some text and hit the capslock key.
2. Install
3. Save the script as caps.ahk
4. Right click on script and hit run
After that select some text and hit the capslock key.
Although the source is not complicated, it might still be a good idea to //comment your code so newbies can see exactly what's going on.