Ignore:
Timestamp:
2012-02-17T19:48:08+01:00 (12 years ago)
Author:
akks
Message:

shortcut refining (FastDraw->shift-f ImportVec->IntersectedWaysRecursively->SimplifyArea->ctrl-shift-Y)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java

    r27816 r27841  
    4747    public SimplifyAreaAction() {
    4848        super(tr("Simplify Area"), "simplify", tr("Delete unnecessary nodes from an area."),
    49                 Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_F, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
     49                Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_Y, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1), true);
    5050    }
    5151
Note: See TracChangeset for help on using the changeset viewer.