Ignore:
Timestamp:
2007-11-10T13:57:37+01:00 (18 years ago)
Author:
ulf
Message:

add keyboard shortcuts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/MergeNodeWayAction.java

    r5076 r5434  
    1313
    1414import java.awt.event.ActionEvent;
     15import java.awt.event.KeyEvent;
    1516
    1617import org.openstreetmap.josm.Main;
     
    3334        public MergeNodeWayAction() {
    3435            super(tr("Join node to way"), "mergenodeway",
    35                         tr("Join a node into the nearest way segments"), 0, 0, true);
     36                        tr("Join a node into the nearest way segments"), KeyEvent.VK_J, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true);
    3637        }
    3738
Note: See TracChangeset for help on using the changeset viewer.