Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-04-26 16:01:51 +0000
committerDani Megert2005-04-26 16:01:51 +0000
commite3da661a5dd5378fcf658163d16b2b729723c0cf (patch)
treeff8e94bae8bf91a16cc9baa7aa899107b9af7805 /org.eclipse.search/plugin.xml
parent7b610834900f116050d6d58e031e77d166a3ac73 (diff)
downloadeclipse.platform.text-e3da661a5dd5378fcf658163d16b2b729723c0cf.tar.gz
eclipse.platform.text-e3da661a5dd5378fcf658163d16b2b729723c0cf.tar.xz
eclipse.platform.text-e3da661a5dd5378fcf658163d16b2b729723c0cf.zip
Fixed bug 92761: Search keyboard shortcut is wrong
Diffstat (limited to 'org.eclipse.search/plugin.xml')
-rw-r--r--org.eclipse.search/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index 6b88e034fbb..539ac6552d0 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -96,8 +96,9 @@
</extension>
<extension point="org.eclipse.ui.bindings">
+ <!-- COMMAND+H is "Hide" on carbon, so don't overwrite it -->
<key
- sequence="M1+H"
+ sequence="Ctrl+H"
commandId="org.eclipse.search.ui.openSearchDialog"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
/>

Back to the top