Class KeyCodes

java.lang.Object
com.google.gwt.event.dom.client.KeyCodes

public class KeyCodes extends Object
Contains the native key codes previously defined in KeyboardListener. When converting keyboard listener instances, developers can use the following static import to access these constants:
 import static com.google.gwt.event.dom.client.KeyCodes.*; 
These constants are defined with an int data type in order to be compatible with the constants defined in KeyboardListener.