Ignore:
Timestamp:
2006-03-24T01:45:42+01:00 (20 years ago)
Author:
imi
Message:
  • Remove Alt from hotkeys ('n' for new node, not Alt-n)
  • use command line options to open files/start or download (--help for a list)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/mapmode/ZoomAction.java

    r23 r68  
    4141         */
    4242        public ZoomAction(MapFrame mapFrame) {
    43                 super("Zoom", "zoom", "Zoom in by dragging", KeyEvent.VK_Z, mapFrame);
     43                super("Zoom", "zoom", "Zoom in by dragging.", "Z", KeyEvent.VK_Z, mapFrame);
    4444                mv = mapFrame.mapView;
    4545                selectionManager = new SelectionManager(this, true, mv);
Note: See TracChangeset for help on using the changeset viewer.