Is there an efficient way of detecting any key when it is pressed down or released? I tried to use the Control X extension, however there is a bit of a problem with it:
When two or more keys are pressed down at once, only one is written down when you use the "Any key" event.
In addition, when you hold down Q, then W, then E. Releasing W will result in E being released and pressed again. The W will not be mentioned that it was released.
If you were able to loop through each individual key that is currently pressed, it would fix this problem. But I don't think that is possible with the current events, actions and expressions of Control X.
It would also be quite annoying writing down the keys as separate events, an estimate of 100 events :/
Is there any other extension that helps me get around the Control X's problem?