Changeset 27826 in osm for applications/editors/josm/plugins/openvisible/src/at/dallermassl
- Timestamp:
- 2012-02-17T17:12:24+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r23191 r27826 49 49 tr("Open only files that are visible in current view."), 50 50 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible...")), 51 KeyEvent.VK_I, Shortcut.GROUP_ MENU, Shortcut.SHIFT_DEFAULT), true);51 KeyEvent.VK_I, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.