Re: Capture ctr-z(undo) and ctr-y(redo) within GWT application

2011-10-28 Thread Trung
See this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/3e6abc385efb4533 On Oct 27, 8:30 pm, Ahmed wrote: > Hello, > > I have been writing a web application based on GWT 2.3 and along with > it I have written my own undo and redo functions. When the user > presse

Capture ctr-z(undo) and ctr-y(redo) within GWT application

2011-10-27 Thread Ahmed
Hello, I have been writing a web application based on GWT 2.3 and along with it I have written my own undo and redo functions. When the user presses ctr-z or ctr-y the undoes or redoes the last changes. Is their a way to effectively detect the ctr-z and ctr-y keypress events that occur anywhere on