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);
     }
