[appengine-java] is there any proper way to create shortcut(s) for the current window object in gwt

2010-10-03 Thread wingdings
just for like CTRL+1 or CTRL+2 .. how do i assigns shortcuts ? something like this i did but it aint executing , also am i doing it right ? mayday mayday ! public class quotation implements KeyboardListener { public static Widget getSomeWidget() { return new Widget; } @Override public

Re: [appengine-java] is there any proper way to create shortcut(s) for the current window object in gwt

2010-10-03 Thread andy stevko
google-appengine-java google-appengine-java@googlegroups.com is probably the wrong group to ask this question. http://groups.google.com/group/google-web-toolkit is a better community for GWT questions. Also - did your Widget has focus when you used the keyboard? On Sun, Oct 3, 2010 at 2:30 AM,