Index: applications/editors/josm/plugins/print/build.xml
===================================================================
--- applications/editors/josm/plugins/print/build.xml	(revision 27760)
+++ applications/editors/josm/plugins/print/build.xml	(revision 27852)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="Added a field to specify the map scale."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4733"/>
+    <property name="plugin.main.version" value="4980"/>
     <!-- should not be necessary to change the following properties -->
     <property name="josm" location="../../core/dist/josm-custom.jar"/>
Index: applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
===================================================================
--- applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 27760)
+++ applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 27852)
@@ -47,5 +47,5 @@
         super(tr("Print..."), null, tr("Print the map"), 
         Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")), 
-	KeyEvent.VK_P, Shortcut.GROUP_MENU),
+	KeyEvent.VK_P, Shortcut.CTRL),
         true, "print/print", true);
     }
