Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (14 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

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

Legend:

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

    r27769 r27852  
    3232    <property name="commit.message" value="ImageryAdjust: Adjust while holding Y"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4928"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/imageryadjust/src/imageryadjust/ImageryAdjustMapMode.java

    r27769 r27852  
    3737                tr("Adjust the position of the selected imagery layer"),
    3838                Shortcut.registerShortcut("imageryadjust:adjustmode", tr("Mode: {0}", tr("Adjust imagery")),
    39                 KeyEvent.VK_Y, Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT2),
     39                KeyEvent.VK_Y, Shortcut.ALT_CTRL),
    4040                mapFrame,
    4141                ImageProvider.getCursor("normal", "move"));
Note: See TracChangeset for help on using the changeset viewer.