Hi,

is it possible to extract the keyboard character from a KeyUpEvent?

Because: I want to capture the '&' sign. But as this is triggered by 
holding SHIFT+6 (on a german keyboard at least), the sign has no direct 
KeyUpEvent.

But I have the need to catch this sign right inside a KeyUpEvent. I cannot 
use KeyPressEvent in this situation (which would make it a lot easier to 
get the char, but I can't here).

So, is there any chance getting the character and combining it to.equals('&')
?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to