Discuss the articles posted on Dev.Opera.
By patrickhlauke
Friday, 7. November 2008, 13:07:00
Keyboard-accessible Google Maps
Google Maps is a fantastic API for adding powerful mapping functionality to your web applications quickly, but the accessibility leaves a little bit to be desired. In this article, Patrick Lauke shows how to construct a solution to improve things, adding keyboard accessibility to Google Maps.
( Read the article )
By Tyssen
Wednesday, 12. November 2008, 11:39:50

Nice work Patrick. Looking forward to the next one.
By jeremyhudson
Friday, 21. November 2008, 15:14:10

Wow, that's a fantastic implementation of acessibility issues that I actually was missing in the Google Maps tool. I'm glad that there is already a solution to this problem. Thanks!
By jefsoum
Thursday, 12. February 2009, 17:32:21

Thanks Patrick for this solution. usefull and easy to implement... tested and adopted!
To be completely complete

, it would also be necessary to define a value of tabindex for each button. This would make it possible to respect the order of tabulation on the page (just two lines to add in your code...).
Thanks,
Jef
By DavidJashi
Sunday, 19. July 2009, 23:22:16

Marvelous piece of code. Anyone has any idea on how to override default keys? For example, changing cursor keys to WASD? I'm trying to use this on device, that is controlled by infrared remote control, which does not generate keystrokes for these particular keys. And, by the way, browser returns Apple WebKit in its User-Agent, if it makes any difference.