I have just recently discovered the onPreviewNativeEvent() method which 
allows you to capture key presses without registering a KeyDownHandler. 
 Off the top of my head, I do not recall which widgets specifically support 
this.  I have been using it in my Dialog widgets.  You will need to 
override this method in your implementation.

I have not used to for determining combinations of keys (Ctrl+<key>, 
function keys, etc.) but it may work.

- Matt


On Tuesday, October 16, 2012 3:50:28 PM UTC-4, vanessa vanessa wrote:
>
> Hi all,
>
> I have to implement specefic keyboard shortcuts to my web application.
> And I want to ask if GWT provide interfaces to deal with such a 
> requirement. 
> If it's the case what are the limits of these shortcuts ? The compatibility
> with some browsers is an important point.
>
> Any help would be greatly appreciated.
> Thnaks a lot. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JptG18ZfYK8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to