Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.ui/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui/plugin.xml b/bundles/org.eclipse.ui/plugin.xml
index 9e77a30d94e..976ccf5e3f0 100644
--- a/bundles/org.eclipse.ui/plugin.xml
+++ b/bundles/org.eclipse.ui/plugin.xml
@@ -271,6 +271,11 @@
sequence="M1+M2+E"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" />
<key
+ commandId="org.eclipse.ui.window.showContextMenu"
+ sequence="CTRL+SHIFT+F10"
+ contextId="org.eclipse.ui.contexts.dialogAndWindow"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" />
+ <key
commandId="org.eclipse.ui.window.showSystemMenu"
sequence="M3+-"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" />
@@ -1040,6 +1045,11 @@
name="%command.showViewMenu.name"/>
<command
categoryId="org.eclipse.ui.category.window"
+ description="%command.showContextMenu.description"
+ id="org.eclipse.ui.window.showContextMenu"
+ name="%command.showContextMenu.name"/>
+ <command
+ categoryId="org.eclipse.ui.category.window"
description="%command.activateEditor.description"
id="org.eclipse.ui.window.activateEditor"
name="%command.activateEditor.name"/>
@@ -1921,6 +1931,10 @@
</enabledWhen>
</handler>
<handler
+ class="org.eclipse.ui.internal.handlers.ContextMenuHandler"
+ commandId="org.eclipse.ui.window.showContextMenu">
+ </handler>
+ <handler
class="org.eclipse.ui.internal.ShowPartPaneMenuHandler"
commandId="org.eclipse.ui.window.showSystemMenu">
<enabledWhen>

Back to the top