GKeyboardHandler
Activating the GKeyboardHandler (it is deactivated by default), permits the user to navigate the map with the arrow keys. The two arrow keys can be used at the same time.
Code.aspx
<cc1:GMap ID="GMap1" runat="server" />
Code.aspx.cs
GMap1.enableGKeyboardHandler = true;