Index: applications/editors/josm/plugins/ext_tools/build.xml
===================================================================
--- applications/editors/josm/plugins/ext_tools/build.xml	(revision 27843)
+++ applications/editors/josm/plugins/ext_tools/build.xml	(revision 27847)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4847"/>
+    <property name="plugin.main.version" value="4969"/>
     <!--
       ************************************************
Index: applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolAction.java
===================================================================
--- applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolAction.java	(revision 27843)
+++ applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolAction.java	(revision 27847)
@@ -21,7 +21,8 @@
 
     public ExtToolAction(ExtTool tool) {
-        super(tr(tool.name), "empty", tool.description, null
-                null,
-                ImageProvider.getCursor("crosshair", null));
+        super(tr(tool.name), "empty", tool.description,
+            Shortcut.registerShortcut(tr("exttool:{0}", tool.name), tr("External Tool: {0}", tool.name), 
+                KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
+            null, ImageProvider.getCursor("crosshair", null));
         this.tool = tool;
         setEnabled(true);
