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

add keyboard shortcuts

File:
1 edited

Legend:

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

    r5226 r5434  
    44
    55import java.awt.event.ActionEvent;
     6import java.awt.event.KeyEvent;
    67import java.util.ArrayList;
    78import java.util.Collection;
     
    2829        public SimplifyWayAction() {
    2930                super(tr("Simplify Way"), "simplify",
    30                         tr("Delete unnecessary nodes from a way."), 0, 0, true);
     31                        tr("Delete unnecessary nodes from a way."), KeyEvent.VK_Y, KeyEvent.CTRL_MASK | KeyEvent.SHIFT_MASK, true);
    3132        }
    3233
Note: See TracChangeset for help on using the changeset viewer.