Changeset 25519 in osm


Ignore:
Timestamp:
2011-03-05T13:10:14+01:00 (13 years ago)
Author:
hampelratte
Message:

Ticket 6033

changed shortcut to Shift + Alt + B (for Bugs) to solve the conflict with the command stack window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java

    r25475 r25519  
    112112
    113113    public OsbDialog(final OsbPlugin plugin) {
     114//        super(tr("Open OpenStreetBugs"), "icon_error24",
     115//                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
     116//                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
     117//                        Shortcut.GROUP_LAYER, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), 150);
    114118        super(tr("Open OpenStreetBugs"), "icon_error24",
    115119                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
    116                         "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
    117                         Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), 150);
     120                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B,
     121                        Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
    118122
    119123        osbPlugin = plugin;
Note: See TracChangeset for help on using the changeset viewer.