Changeset 27761 in osm for applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/AdjacentWaysAction.java
- Timestamp:
- 2012-02-15T19:01:41+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/AdjacentWaysAction.java
r26509 r27761 26 26 tr("Adjacent ways will be selected. Nodes will be deselected."), 27 27 Shortcut.registerShortcut("tools:adjways", tr("Tool: {0}","Adjacent ways"), 28 KeyEvent.VK_E, Shortcut.GROUP _EDIT,Shortcut.SHIFT_DEFAULT), true);28 KeyEvent.VK_E, Shortcut.GROUPS_ALT1+Shortcut.GROUP_EDIT), true); 29 29 putValue("help", ht("/Action/AdjacentWays")); 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
