Show HN: Useful Capslock Autohotkey
pastebin.com
Show HN: Useful Capslock Autohotkey
1–6 of 6 posts
Re: Show HN: Useful Capslock Autohotkey
#2Copying and pasting with CapsLock? That's pretty clever.
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.
Re: Show HN: Useful Capslock Autohotkey
#3How can I use this code?
Re: Show HN: Useful Capslock Autohotkey
#4How 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.
Re: Show HN: Useful Capslock Autohotkey
#5Copying and pasting with CapsLock? That's pretty clever. 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.
I have them in their originally, but pastebin hated it:
http://pastebin.com/qqcvkdrh
Re: Show HN: Useful Capslock Autohotkey
#6Basically this was supposed to emulate the capslock functionality on Windows Phone. It's nice for SQL scripts when I forget to capitalize key words.