[–] ChrisGranger 11y ago ↗ Copying 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. [–] ostyn 11y ago ↗ I have them in their originally, but pastebin hated it: http://pastebin.com/qqcvkdrh
[–] ostyn 11y ago ↗ I have them in their originally, but pastebin hated it: http://pastebin.com/qqcvkdrh
[–] tomatocode 11y ago ↗ How can I use this code? [–] ostyn 11y ago ↗ 1. Download Autohotkey ( http://www.autohotkey.com/ )2. Install3. Save the script as caps.ahk4. Right click on script and hit runAfter that select some text and hit the capslock key.
[–] ostyn 11y ago ↗ 1. Download Autohotkey ( http://www.autohotkey.com/ )2. Install3. Save the script as caps.ahk4. Right click on script and hit runAfter that select some text and hit the capslock key.
[–] ostyn 11y ago ↗ 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.
5 comments
[ 7.1 ms ] story [ 31.0 ms ] threadAlthough 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.
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.