Hi EveryOne
we almost finished the keyboard Event (Uppercase and lowercase).
But still some keys are not working.
For Eg. !@#$%^&*()_+
Not able to type the above special characters in the text box
When i press Shift + 2, the textbox should show right?
But it shows only Number 2
Below is my Event
Keyboard : Shift is down
Keyboard : 2 is down
Then action is
set Text to Keyboard.StringFromKeyCode(Keyboard.LastKeyCode)
Help me on this
Awaiting for your reply
Thanks