Hi there,
I am trying to create a widget that emulates an instant messaging/electronic mail, and I noticed there is no apparent way to type “@” and “?”, neither via input key nor Enhanced Input. Any help would be appreciated.
Thanks.
I don’t think u can do that, just use Shift+2 instead
Hi there,
Thank you for your reply. I tried as shown in the image above, input key 2 with Shift modifier, also Shift + 2, nothing. And these special symbols are not registered as input if you use “Any Key”. Even “Exclamation” is available, but “Question Mark” is not. I guess the only way is to type these symbols with a static text or use a simple text input box.
there is no Shift+2, but u need to manually check for Shift key
Hi there,
Thanks, I tested it but didn’t work. Doing so still prints “2”, not @. I was looking for a custom input key instead or at least “2” + a modifier. I’ve checked, and looks like the only way is using Widget with editable text box, and I’ll have to use a different code.
I’m sorry, I though u want to emulate @ key.
Does TextBox not working?
That’s correct, I wanted to print the key’s display name AND text inside a widget, but the way you pointed didn’t print @. I’ll have to create a condition for certain characters, then send only the text information. Thank you for taking the time to help me.