Changeset 35718 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-03-05T12:15:54+01:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/splinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/splinex/build.xml
r35454 r35718 3 3 4 4 <!-- enter the SVN commit message --> 5 <property name="commit.message" value=" Commit message"/>5 <property name="commit.message" value="Update spline shortcut key"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="14281"/> -
applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java
r35717 r35718 70 70 Shortcut.registerShortcut("mapmode:spline", 71 71 tr("Mode: {0}", tr("Spline drawing")), 72 KeyEvent.VK_ P, Shortcut.DIRECT),72 KeyEvent.VK_L, Shortcut.DIRECT), 73 73 getCursor()); 74 74
Note:
See TracChangeset
for help on using the changeset viewer.