The keyboard handler setting, when set to true, allows users to control the zoom and pan effects of Smart Map using certain keyboard keys.
| Key(s) | Action |
| up, down, left, right | Moves the map continuously while the key is pressed. Two keys can be pressed simultaneously in order to move diagonally. |
| page down, page up, home, end | Pans the map by 3/4 its size in the corresponding direction, with a nice animation. |
| +, - | Zooms one level in or out, respectively. |
The keyboard handler setting is enabled by default. |
You can enable or disable the keyboard handler setting of Smart Map by either of these two methods:
- In the Smart Map Settings, check to enable or remove check to disable the Keyboard Handler setting.
- OR, in the querystring, add the parameter kbh=true to enable or kbh=false to disable the keyboard handler.
Example
http://smartmap.jetkey.com/Example/tabid/54/Default.aspx?kbh=true
The keyboard handler setting is enabled by default.