Changeset 27806 in osm for applications/editors
- Timestamp:
- 2012-02-16T20:44:43+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/surveyor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/build.xml
r27243 r27806 32 32 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 645"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <property name="josm" location="../../core/dist/josm-custom.jar"/> 36 36 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveAction.java
r13497 r27806 38 38 super(tr("AutoSave LiveData"), "autosave.png", tr("Save captured data to file every minute."), 39 39 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); 41 41 } 42 42
Note:
See TracChangeset
for help on using the changeset viewer.