I think that it is not possible to use KeyCodes which are used by the
Browser. The root-instance which handles
KeyCodes is the Browser, this is the application which controls
everything you can see. When the Browser
has hardcoded that F5 is for reloading the content, so you can't use
this Key with JavaScript. The Browser
will not sink this Key-Event to the content.
> Is the conclusion that KeyCodes vary between browsers and are therefor
> not support in GWT ?
Yes it is.