Changeset 27761 in osm for applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectModNodesAction.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/SelectModNodesAction.java
r26494 r27761 28 28 tr("Select last modified nodes"), 29 29 Shortcut.registerShortcut("tools:selmodnodes", tr("Tool: {0}","Select last modified nodes"), 30 KeyEvent.VK_Z, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);30 KeyEvent.VK_Z, Shortcut.GROUPS_ALT1+Shortcut.GROUP_EDIT), true); 31 31 putValue("help", ht("/Action/SelectLastModifiedNodes")); 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.
