Map navigation using keyboard:Press the + key to zoom in at center of map (keyboardNavigationEnabled).Press the - key to zoom out at center of map (keyboardNavigationEnabled).Pan using the arrow keys (keyboardNavigationEnabled).Pan using the numeric keypad: 1 or End key for panning down-left, 2 or down arrow for panning down, 3 or Page Down key for panning down-right, 4 or left arrow for panning left, 6 or right arrow for panning right, 7 or Home key for panning up-left, 8 or up arrow for panning up and 9 or Page Up key for panning up-right (keyboardNavigationEnabled).Press the "f" key to zoom to initial extent (keyboardNavigationEnabled).
Some are listed on the Map Component API reference: ( but it does not seem to be a complete list )http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/Map.html
                   map.addEventListener(MouseEvent.MOUSE_UP, mapMouseUp);                    map.addEventListener(MouseEvent.MOUSE_DOWN, mapMouseDown);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.