Author: fbricon
Date: 2011-07-11 06:10:53 -0400 (Mon, 11 Jul 2011)
New Revision: 32805
Modified:
trunk/maven/plugins/org.jboss.tools.maven.ui/plugin.xml
Log:
JBIDE-8969 : new key binding to open the profile selection : Ctrl+Alt+P, to avoid conflict
with other m2e key binding (Shift+Ctrl+P = add Maven plugin)
Modified: trunk/maven/plugins/org.jboss.tools.maven.ui/plugin.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.ui/plugin.xml 2011-07-11 10:10:43 UTC (rev
32804)
+++ trunk/maven/plugins/org.jboss.tools.maven.ui/plugin.xml 2011-07-11 10:10:53 UTC (rev
32805)
@@ -56,7 +56,7 @@
commandId="org.jboss.tools.maven.ui.commands.selectMavenProfileCommand"
contextId="org.eclipse.ui.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="Ctrl+Shift+P">
+ sequence="Ctrl+Alt+P">
</key>
</extension>
Show replies by date