OpenLayers. Control. KeyboardDefaults | |
Properties | |
slideFactor | Pixels to slide by. |
Constructor | |
OpenLayers. Control. KeyboardDefaults | |
Functions | |
destroy | |
draw | Create handler. |
defaultKeyPress | When handling the key event, we only use evt.keyCode. |
defaultKeyPress: function ( evt )
When handling the key event, we only use evt.keyCode. This holds some drawbacks, though we get around them below. When interpretting the keycodes below (including the comments associated with them), consult the URL below. For instance, the Safari browser returns “IE keycodes”, and so is supported by any keycode labeled “IE”.
http://unixpapa.com/js/key.html
code | {Integer} |
destroy: function()
Create handler.
draw: function()
When handling the key event, we only use evt.keyCode.
defaultKeyPress: function ( evt )