From 8db3e6fe5879e20fd946ab03de47a52754ebe3f7 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Tue, 8 Dec 2015 19:51:49 +0100 Subject: Bug 483942: [key binding] 'Zoom In' should be bound to Ctrl+= --- org.eclipse.ui.workbench.texteditor/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.ui.workbench.texteditor/plugin.xml') diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml index b3815ac9e77..231bc1b914e 100644 --- a/org.eclipse.ui.workbench.texteditor/plugin.xml +++ b/org.eclipse.ui.workbench.texteditor/plugin.xml @@ -540,7 +540,7 @@ commandId="org.eclipse.ui.edit.text.zoomIn" contextId="org.eclipse.ui.textEditorScope" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" - sequence="M1++"/> + sequence="M1+="/>