08-24-2010, 08:08 PM
key sends two events: press and release. Therefore Shift is released immediately.
key+ also will not fix this, because then the release event will be lost.
Therefore this method (wait 0 KF) probably cannot be used.
Use separate macro for each key.
Another way would be to insert your code directly into function RI_Input. But then also need to somehow eat the keys. Don't know is it possible.
key+ also will not fix this, because then the release event will be lost.
Therefore this method (wait 0 KF) probably cannot be used.
Use separate macro for each key.
Another way would be to insert your code directly into function RI_Input. But then also need to somehow eat the keys. Don't know is it possible.
