I am having difficulty retrieving when a user keys in a [shift]+[key] combincation.
I want to append each key stroke to a text object.
This works fine for most keys but not for the keys accessed by pressing shift.
For example I want the user to enter 3+4=
I have attached a capx.
StringFromLastkeycode will always return "=" and not "+" if the person presses [shift]+"=" I would expect a "+" sign.
What I have tried:
TextBox - hidden text box works quite well until the user clicks elsewhere on the screen. They need to be free to click other buttons on the screen but when they continue typing the textbox no longer has focus.