Changeset 27732 in osm for applications/editors
- Timestamp:
- 2012-02-09T09:04:06+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/alignways
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/build.xml
r27571 r27732 30 30 <project name="alignways" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="AlignWays: helpshortcutparser"/>32 <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/> 33 33 <!-- 34 34 enter the *lowest* JOSM version this plugin is currently compatible -
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysAction.java
r27574 r27732 33 33 + "around a chosen pivot."), 34 34 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", tr("Align Ways")), 35 KeyEvent.VK_ A, Shortcut.GROUP_EDIT, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK)35 KeyEvent.VK_SPACE, Shortcut.GROUP_DIRECT, Shortcut.SHIFT_DEFAULT) 36 36 , true); 37 37 setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.