Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-09-25 23:26:32 +0000
committerChris Goldthorpe2007-09-25 23:26:32 +0000
commitcda496a27bd4d4ffb6ce150c0e475edf05040000 (patch)
tree5bcb645d2ae791145a043efb6cf3466d2d36f8b5 /org.eclipse.ui.cheatsheets
parent987facd315b14165b2069a56de71026201120779 (diff)
downloadeclipse.platform.ua-cda496a27bd4d4ffb6ce150c0e475edf05040000.tar.gz
eclipse.platform.ua-cda496a27bd4d4ffb6ce150c0e475edf05040000.tar.xz
eclipse.platform.ua-cda496a27bd4d4ffb6ce150c0e475edf05040000.zip
Bug 200172 – Keybindings on the Mac conflict with reserved OS bindings
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index 50f025a58..b9daf6de7 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -177,6 +177,15 @@
sequence="M2+M3+Q H"
commandId="org.eclipse.ui.cheatsheets.views.CheatSheetView"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
+ <key
+ platform="carbon"
+ sequence="M2+M3+Q H"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
+ <key
+ platform="carbon"
+ sequence="M1+M3+Q H"
+ commandId="org.eclipse.ui.cheatsheets.views.CheatSheetView"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
<extension
point="org.eclipse.ui.activitySupport">

Back to the top