Index: applications/editors/josm/plugins/michigan_left/build.xml
===================================================================
--- applications/editors/josm/plugins/michigan_left/build.xml	(revision 27796)
+++ applications/editors/josm/plugins/michigan_left/build.xml	(revision 27797)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
     <!-- 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/michigan_left/src/MichiganLeft/MichiganLeft.java
===================================================================
--- applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java	(revision 27796)
+++ applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeft.java	(revision 27797)
@@ -50,6 +50,6 @@
           tr("Adds no left turn for sets of 4 or 5 ways."),
           Shortcut.registerShortcut("tools:michigan_left", tr("Tool: {0}",
-          tr("Michigan Left")), KeyEvent.VK_M, Shortcut.GROUP_EDIT,
-          KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), true);
+          tr("Michigan Left")), KeyEvent.VK_N, Shortcut.GROUP_EDIT
+          +Shortcut.GROUPS_ALT2), true);
     }
 
