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/UploadAction.java

    r58 r68  
    3434
    3535        public UploadAction() {
    36                 super("Upload to OSM", "upload", "Upload all changes to the OSM server.", KeyEvent.VK_U,
    37                                 KeyStroke.getAWTKeyStroke(KeyEvent.VK_U, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK));
     36                super("Upload to OSM", "upload", "Upload all changes to the OSM server.", "Ctrl-Shift-U",
     37                                KeyStroke.getKeyStroke(KeyEvent.VK_U, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK));
    3838        }
    3939
Note: See TracChangeset for help on using the changeset viewer.