Ignore:
Timestamp:
2012-02-16T11:21:09+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict

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

Legend:

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

    r27604 r27794  
    3232    <property name="commit.message" value="Reverter: moved menu to Alt-Y (conflicts), recompile"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4855"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java

    r27546 r27794  
    1616            Shortcut.registerShortcut("tool:history",
    1717                "Tool: Display objects history dialog",
    18                 KeyEvent.VK_H, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT),
     18                KeyEvent.VK_H, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
    1919                true);
    2020        setEnabled(false);
Note: See TracChangeset for help on using the changeset viewer.