Changeset 27833 in osm for applications


Ignore:
Timestamp:
2012-02-17T18:09:38+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict

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

Legend:

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

    r26605 r27833  
    3232    <property name="commit.message" value="Commit message"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java

    r26160 r27833  
    1818                Shortcut.registerShortcut("file:restart",
    1919                tr("File: {0}", tr("Restart JOSM")),
    20                 KeyEvent.VK_R, Shortcut.GROUP_MENU),
     20                KeyEvent.VK_J, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
    2121                false);
    2222        putValue("toolbar", "action/restart");
Note: See TracChangeset for help on using the changeset viewer.