
------------------------------
Hey guys,
Sorry for the vague title. But, essentially what I'm trying to create is a script that would allow me to replicate the same action as the shift key on an iPhone (Press the shift key, but even after taking your hand off, capps remains on until a letter is typed).
I don't know if it's possible to just run the script in the background with a "WaitKeyDown" command where it waits for the shift key and then runs. Once it runs, it turns capps on and waits for another key press. Once that key is pressed, capps is turned off. When it gets to the end, it loops back to the beginning. I don't know how to tell it to "WaitKeyDown" for ANY key press.
Would I be better doing this with an event, instead?
Any suggestions appreciated!

Thanks,
Dominic Fichera