hello all .
i need to make a program which when runs repeats what the user inputs .
by saying repeating the user input , i mean getting the Keystroke the user inputs and then repeating that Keystroke . (so that any action initiated by that keystroke , re-initiate again )
how should i go about it ?
what steps and APIs are needed to achieve such task ?
Thanks in advance