No, actually that's exactly what I want, I even mentioned in the other thread that I want for example ' and " to count as the same key, which is another difference to the KeyCounter.-Robby250
Great.
Also, I'm wondering. Can it notice the difference between the right shift and left shift; right ctrl and left? Or do some of them identify as exactly the same? And recently I've noticed that my right Alt produces both Alt and Ctrl... Would that count as 2 keystrokes?-Robby250
I have it written so that it does separate left/right Control, Alt, Shift and Win keys. That being said, not all keyboards are the same so your results may vary. It works here on my Microsoft Natural Keyboard Pro.
Another thing I want to know with Autohotkey, and you seem like someone who knows about it, is if you can bind several keys to a single key. Not only to send them on a press, but the selected keys to be pressed when I press the key they're bound to, and release when I release it. Do you know if that's possible? I haven't found anything like this anywhere. Not related to this script though.-Robby250
Sure, that's possible. I assume you mean this for gaming purposes. If so, check out the AutoHotkey forum. It's probably full of scripts like this.