PDA

View Full Version : Hotkeys in GXT



escott
27 Oct 2008, 10:07 AM
I'm pretty new to GXT and was wondering if it's possible to implement hotkeys, such as ctrl-x, or even like Gmail does with single keys. I know that GWT supports accessKeys but they don't quite seem to be the same thing. Does GXT have any specialized support for hotkeys?

gslender
27 Oct 2008, 1:12 PM
it doesn't but it sure sounds like a cool feature to add... I guess you'd need to plug into the event model fairly early to capture any input etc... I wonder how ExtJS does it? :-?