Index: /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java	(revision 27880)
+++ /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java	(revision 27881)
@@ -269,5 +269,5 @@
                 tr("Plugin cadastre-fr used the key shortcut F11 for grabbing,\n"+
                 "which is now allocated for full-screen switch.\n"+
-                "The new grabbing key is F9, but you can change the key\n" +
+                "The new grabbing key is F10, but you can change the key\n" +
                 "in the shortcut settings if you want."));
         }
Index: /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java	(revision 27880)
+++ /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java	(revision 27881)
@@ -26,5 +26,5 @@
         super(tr(name), "cadastre_small", tr("Download Image from French Cadastre WMS"),
                 Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")),
-                KeyEvent.VK_F9, Shortcut.DIRECT), false);
+                KeyEvent.VK_F10, Shortcut.DIRECT), false);
     }
 
