Index: /applications/editors/josm/plugins/download_along/build.xml
===================================================================
--- /applications/editors/josm/plugins/download_along/build.xml	(revision 27831)
+++ /applications/editors/josm/plugins/download_along/build.xml	(revision 27832)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4549"/>
+    <property name="plugin.main.version" value="4928"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java
===================================================================
--- /applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java	(revision 27831)
+++ /applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java	(revision 27832)
@@ -56,6 +56,6 @@
           tr("Download OSM data along the selected ways."),
           Shortcut.registerShortcut("tools:download_along", tr("Tool: {0}",
-          tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT,
-          KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true);
+          tr("Download Along")), KeyEvent.VK_D, Shortcut.GROUP_EDIT+
+          Shortcut.GROUPS_ALT2), true);
     }
 
