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

Location:
applications/editors/josm/plugins/reltoolbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r29854 r30209  
    44    <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="6721"/>
    77
    88    <property name="plugin.author" value="Ilya Zverev"/>
  • 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.