Hi everyone,
I'm trying to add keyboard shortcuts to a GWT menu, same as in most windows applications (for example ALT + F, then O -> activates the "File" menu, then "Open" MenuItem ).
I know it may conflict with browser shortcuts, so I'm interested in a way of disabling those too...
From what I can see google has all kinds of shortcuts in their applications so, there must be a way to do this.
Thanks!
Edit
Thanks to Igor's response I'm able to capture keyboard input before being consumed by other controls.
What I don't know is how to make the MenuBar show itself (like when mouse hovering). MenuBar doesn't seem to have a method .open() :(