Changeset 27852 in osm for applications/editors/josm/plugins/openvisible/src
- Timestamp:
- 2012-02-18T13:40:52+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
r27826 r27852 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_DIRECT3+Shortcut.GROUPS_ALT1), true);51 KeyEvent.VK_I, Shortcut.ALT_CTRL_SHIFT), true); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.