Changeset 27732 in osm for applications/editors/josm/plugins/alignways/src/com
- Timestamp:
- 2012-02-09T09:04:06+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.