Index: trunk/src/org/openstreetmap/josm/gui/dialogs/properties/HelpAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/properties/HelpAction.java	(revision 15643)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/properties/HelpAction.java	(revision 15644)
@@ -5,5 +5,4 @@
 
 import java.awt.event.ActionEvent;
-import java.awt.event.KeyEvent;
 import java.io.IOException;
 import java.util.ArrayList;
@@ -43,9 +42,9 @@
 
     /**
-     * Returns the keystroke launching this action (F1).
+     * Returns the keystroke launching this action (F1 by default).
      * @return the keystroke launching this action
      */
     public static KeyStroke getKeyStroke() {
-        return KeyStroke.getKeyStroke(KeyEvent.VK_F1, 0);
+        return MainApplication.getMenu().help.getShortcut().getKeyStroke();
     }
 
