gwt - keyPressListener in document -


there exist method document.addkeypresslistener, dom.addkeypresskistener or else?

yes, there document.onkeydown

you use callback function fires after key pressed. also, can key pressed integer pertaining key.

http://www.java2s.com/tutorial/javascript/0280__document/documentonkeydown.htm


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -