'Disable caps lock' works perfectly with any Windows app except for cmd.exe (or other programs which embed cmd.exe), where you get BIG LETTERS when, well, the caps lock light is on.
AutoHotKey's equivalent, 'SetCapslockState AlwaysOff', functions flawlessly in this regard. Even better, it keeps the caps lock light always turned off. Are there any ways to make PowerPro behave like this? Resources: All occurences of 'setcapslockstate' in the AutoHotKey source code: http://pastie.caboo.se/172751 AutoHotKey source code http://www.autohotkey.com/download/AutoHotkey_source.exe
