Index: /applications/editors/josm/plugins/splinex/build.xml
===================================================================
--- /applications/editors/josm/plugins/splinex/build.xml	(revision 35717)
+++ /applications/editors/josm/plugins/splinex/build.xml	(revision 35718)
@@ -3,5 +3,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Commit message"/>
+    <property name="commit.message" value="Update spline shortcut key"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="14281"/>
Index: /applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java
===================================================================
--- /applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java	(revision 35717)
+++ /applications/editors/josm/plugins/splinex/src/org/openstreetmap/josm/plugins/Splinex/DrawSplineAction.java	(revision 35718)
@@ -70,5 +70,5 @@
                 Shortcut.registerShortcut("mapmode:spline",
                         tr("Mode: {0}", tr("Spline drawing")),
-                        KeyEvent.VK_P, Shortcut.DIRECT),
+                        KeyEvent.VK_L, Shortcut.DIRECT),
                 getCursor());
 
