Index: /applications/editors/josm/plugins/utilsplugin2/build.xml
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 24790)
+++ /applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 24791)
@@ -31,5 +31,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="forgot icon (see #j5745)" />
+    <property name="commit.message" value="change shortcut" />
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="3650" />
Index: /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java
===================================================================
--- /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java	(revision 24790)
+++ /applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/SelectWayNodesAction.java	(revision 24791)
@@ -47,5 +47,5 @@
     public SelectWayNodesAction() {
         super(tr("Select Way Nodes"),"selectwaynodes" , tr("Select all nodes of a selected way."),
-                Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_EDIT), true);
+                Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT),
         putValue("help", ht("/Action/SelectWayNodes"));
     }
