Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-05-05 12:10:12 +0000
committerFred Bricon2013-05-05 12:11:07 +0000
commit64bd67915551a5b13b9fc3844a154d63e17056d5 (patch)
treec842de9cb147179ad84b96522cd24cf632bae112
parent60ffe41a935520da8e2747147cb67f8991423eb2 (diff)
downloadm2e-core-64bd67915551a5b13b9fc3844a154d63e17056d5.tar.gz
m2e-core-64bd67915551a5b13b9fc3844a154d63e17056d5.tar.xz
m2e-core-64bd67915551a5b13b9fc3844a154d63e17056d5.zip
407153 : change update project key to Alt+F5
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.core.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core.ui/plugin.xml b/org.eclipse.m2e.core.ui/plugin.xml
index 74008e2c..89e96aee 100644
--- a/org.eclipse.m2e.core.ui/plugin.xml
+++ b/org.eclipse.m2e.core.ui/plugin.xml
@@ -528,7 +528,7 @@
commandId="org.eclipse.m2e.core.ui.command.updateProject"
contextId="org.eclipse.ui.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="Ctrl+Alt+U">
+ sequence="Alt+F5">
</key>
</extension>
<extension point="org.eclipse.ui.propertyPages">

Back to the top