I have a ...strange problem. I am making a game in mIRC with picture windows and I use $keyrpt to check if a button is repeating. But... When the user presses another key (when the first key is still pressed down) then $keyrpt (for the first key) is interupted and returns $false. (After all this is the logical thing to do

) Here is my problem: Is there anyway to set $keyrpt again to $true ? Because the key that fired up $keyrpt is still pressed... I use on keydown a lot to check the keys and I understand that the answer I am looking for is against the ...proper use of $keyrpt.
Thank you in advance

Well there is the obvious solution... Let go the first key and press it again so $keyrpt for that key is $true again... But as I said in the main post this key is pressed down all the time and it gets frustrating to lift your finger and press again.