Index: trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java	(revision 4972)
+++ trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java	(revision 4973)
@@ -68,7 +68,7 @@
                 "OLmarker",
                 tr("Download Rectified Images From Various Services"),
-                Shortcut.registerShortcut("wms:rectimg",
-                        tr("WMS: {0}", tr("Rectified Image...")),
-                        KeyEvent.VK_R, Shortcut.GROUP_NONE),
+                Shortcut.registerShortcut("imagery:rectimg",
+                        tr("Imagery: {0}", tr("Rectified Image...")),
+                        KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
                 true
         );
Index: trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 4972)
+++ trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 4973)
@@ -40,5 +40,5 @@
                 tr("Show status report with useful information that can be attached to bugs"),
                 Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}",
-                        tr("Show Status Report")), KeyEvent.VK_R, Shortcut.GROUP_NONE), false);
+                        tr("Show Status Report")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false);
 
         putValue("help", ht("/Action/ShowStatusReport"));
