Changeset 26692 in osm for applications/editors/josm/plugins/alignways
- Timestamp:
- 2011-09-22T19:14:39+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/alignways
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/build.xml
r26605 r26692 30 30 <project name="alignways" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="fix shortcut conflict"/> 32 <property name="commit.message" value="fix shortcut conflict with UtilsPlugin2"/> 33 33 <!-- 34 34 enter the *lowest* JOSM version this plugin is currently compatible -
applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java
r24815 r26692 34 34 "around a chosen pivot."), 35 35 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", 36 tr("Align Ways")), KeyEvent.VK_ I, Shortcut.GROUP_EDIT), true);36 tr("Align Ways")), KeyEvent.VK_A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK|KeyEvent.ALT_DOWN_MASK), true); 37 37 setEnabled(false); 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.