Changeset 27797 in osm for applications/editors/josm/plugins/michigan_left
- Timestamp:
- 2012-02-16T18:54:50+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/michigan_left
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/michigan_left/build.xml
r26605 r27797 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 394"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java
r27526 r27797 50 50 tr("Adds no left turn for sets of 4 or 5 ways."), 51 51 Shortcut.registerShortcut("tools:michigan_left", tr("Tool: {0}", 52 tr("Michigan Left")), KeyEvent.VK_ M, Shortcut.GROUP_EDIT,53 KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true);52 tr("Michigan Left")), KeyEvent.VK_N, Shortcut.GROUP_EDIT 53 +Shortcut.GROUPS_ALT2), true); 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.