Changeset 27831 in osm for applications/editors/josm/plugins/Create_grid_of_ways/src
- Timestamp:
- 2012-02-17T17:27:15+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java
r17367 r27831 33 33 public CreateGridOfWaysAction() { 34 34 super(tr("Create grid of ways"), "creategridofways", tr("Forms a grid of ways in base to two existing that have various nodes and one in common"), Shortcut.registerShortcut("tools:CreateGridOfWays", tr("Tool: {0}", tr("Create grid of ways")), 35 KeyEvent.VK_G, Shortcut.GROUP_EDIT , Shortcut.SHIFT_DEFAULT), true);35 KeyEvent.VK_G, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true); 36 36 /* en mis otras pruebas esto terminaba : Shortcut.GROUP_EDIT), true); 37 37 /* le puse tecla G de shortcut pero parece que esta usado por tools:unglue , buscar otro */
Note:
See TracChangeset
for help on using the changeset viewer.