Index: /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java
===================================================================
--- /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java	(revision 25518)
+++ /applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java	(revision 25519)
@@ -112,8 +112,12 @@
 
     public OsbDialog(final OsbPlugin plugin) {
+//        super(tr("Open OpenStreetBugs"), "icon_error24",
+//                tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
+//                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
+//                        Shortcut.GROUP_LAYER, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), 150);
         super(tr("Open OpenStreetBugs"), "icon_error24",
                 tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
-                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O,
-                        Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), 150);
+                        "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B,
+                        Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
 
         osbPlugin = plugin;
