Changeset 27803 in osm for applications/editors/josm/plugins/wayselector/src/org
- Timestamp:
- 2012-02-16T20:34:40+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wayselector/src/org/openstreetmap/josm/plugins/wayselector/WaySelectorPlugin.java
r23189 r27803 45 45 "way-select", 46 46 tr("Select non-branching sequences of ways"), 47 Shortcut.registerShortcut("wayselector:wayselect", tr("Way Select"), KeyEvent.VK_W, Shortcut.GROUP_EDIT , Shortcut.SHIFT_DEFAULT),47 Shortcut.registerShortcut("wayselector:wayselect", tr("Way Select"), KeyEvent.VK_W, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), 48 48 true); 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.