Index: /applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- /applications/editors/josm/plugins/reverter/build.xml	(revision 27793)
+++ /applications/editors/josm/plugins/reverter/build.xml	(revision 27794)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Reverter: moved menu to Alt-Y (conflicts), recompile"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4855"/>
+    <property name="plugin.main.version" value="4928"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java
===================================================================
--- /applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java	(revision 27793)
+++ /applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java	(revision 27794)
@@ -16,5 +16,5 @@
             Shortcut.registerShortcut("tool:history",
                 "Tool: Display objects history dialog",
-                KeyEvent.VK_H, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT),
+                KeyEvent.VK_H, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
                 true);
         setEnabled(false);
