Index: applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- applications/editors/josm/plugins/reverter/build.xml	(revision 25577)
+++ applications/editors/josm/plugins/reverter/build.xml	(revision 25578)
@@ -31,5 +31,5 @@
 
 	<!-- enter the SVN commit message -->
-	<property name="commit.message" value="fix bug with handling for incomplete relation members" />
+	<property name="commit.message" value="avoid shortcut conflict (see josm bug 6029)" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
 	<property name="plugin.main.version" value="3835" />
Index: applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
===================================================================
--- applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java	(revision 25577)
+++ applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java	(revision 25578)
@@ -18,5 +18,5 @@
     public ReverterPlugin(PluginInformation info) {
         super(info);
-        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_R,
+        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_S,
                 Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
         //MainMenu.add(historyMenu, new ObjectsHistoryAction());
