Changeset 27806 in osm


Ignore:
Timestamp:
2012-02-16T20:44:43+01:00 (12 years ago)
Author:
stoecker
Message:

fix shortcut conflict

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

Legend:

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

    r27243 r27806  
    3232    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4645"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3636    <property name="plugin.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveAction.java

    r13497 r27806  
    3838        super(tr("AutoSave LiveData"), "autosave.png", tr("Save captured data to file every minute."),
    3939        Shortcut.registerShortcut("surveyor:autosave", tr("Tool: {0}", tr("AutoSave LiveData")),
    40         KeyEvent.VK_S, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     40        KeyEvent.VK_S, Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT1), true);
    4141    }
    4242
Note: See TracChangeset for help on using the changeset viewer.