Index: /applications/editors/josm/plugins/utilsplugin2/build.xml
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 27615)
+++ /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 27616)
@@ -30,5 +30,5 @@
 <project name="utilsplugin2" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Utilsplugin2: help shortcut parser"/>
+    <property name="commit.message" value="Utilsplugin2: moved SplitObject to ctrl-P"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="4847"/>
Index: /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java	(revision 27615)
+++ /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SplitObjectAction.java	(revision 27616)
@@ -43,5 +43,5 @@
         super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."),
                 Shortcut.registerShortcut("tools:splitobject", tr("Tool: {0}", tr("Split Object")),
-                KeyEvent.VK_P,  Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
+                KeyEvent.VK_P,  Shortcut.GROUP_MENU)
                 , true);
         putValue("help", ht("/Action/SplitObject"));
