Ignore:
Timestamp:
2014-01-17T23:22:51+01:00 (11 years ago)
Author:
simon04
Message:

see #josm9492 - JOSM/reltoolbox: remap CreateMultipolygon shortcut due to core change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/CreateMultipolygonAction.java

    r27927 r30209  
    3131        super("Multi", "data/multipolygon", tr("Create a multipolygon from selected objects"),
    3232                Shortcut.registerShortcut("reltoolbox:multipolygon", tr("Relation Toolbox: {0}", tr("Create multipolygon")),
    33                 KeyEvent.VK_B, Shortcut.CTRL), false);
     33                KeyEvent.VK_A, Shortcut.ALT_CTRL), false);
    3434        this.chRel = chRel;
    3535        updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.