Index: applications/editors/josm/plugins/restart/build.xml
===================================================================
--- applications/editors/josm/plugins/restart/build.xml	(revision 27832)
+++ applications/editors/josm/plugins/restart/build.xml	(revision 27833)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4394"/>
+    <property name="plugin.main.version" value="4928"/>
     <!--
       ************************************************
Index: applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java
===================================================================
--- applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java	(revision 27832)
+++ applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java	(revision 27833)
@@ -18,5 +18,5 @@
                 Shortcut.registerShortcut("file:restart",
                 tr("File: {0}", tr("Restart JOSM")),
-                KeyEvent.VK_R, Shortcut.GROUP_MENU),
+                KeyEvent.VK_J, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
                 false);
         putValue("toolbar", "action/restart");
