Index: /applications/editors/josm/plugins/gpxfilter/build.xml
===================================================================
--- /applications/editors/josm/plugins/gpxfilter/build.xml	(revision 27819)
+++ /applications/editors/josm/plugins/gpxfilter/build.xml	(revision 27820)
@@ -30,7 +30,7 @@
 <project name="gpxfilter" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="GPXFilter: help shortcut parser, rebuild"/>
+    <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4847"/>
+    <property name="plugin.main.version" value="4960"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java
===================================================================
--- /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java	(revision 27819)
+++ /applications/editors/josm/plugins/gpxfilter/src/gpxfilter/AddEGpxLayerAction.java	(revision 27820)
@@ -15,7 +15,6 @@
     public AddEGpxLayerAction() {
         super(tr("Add EGPX layer"),null,tr("Add EGPX layer"),
-                Shortcut.registerShortcut("tool:egpx", tr("Tool: {0}", tr("Add EGPX layer")),
-                        KeyEvent.VK_G, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
-		, true);
+                Shortcut.registerShortcut("gpxfilter:egpx", tr("Tool: {0}", tr("Add EGPX layer")),
+                        KeyEvent.VK_X, Shortcut.GROUPS_ALT1+Shortcut.GROUP_LAYER), true);
     }
 
