From 5c80faaafe66c078c7ca56eba702d0b7b4d38c74 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Wed, 3 Aug 2016 14:40:24 -0400 Subject: [PATCH] Bug 499116 - Missing keyboard binding for toggle comment Add M1+7 key binding for Toggle Comment, just like JDT. Change-Id: I561dd01948b77041ebf85f5a0374f4caa0a7e120 Signed-off-by: Marc-Andre Laperle --- core/org.eclipse.cdt.ui/plugin.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 52b573d3793..d176c8c4975 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -2355,6 +2355,11 @@ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" contextId="org.eclipse.cdt.ui.cEditorScope" commandId="org.eclipse.ui.edit.text.shiftLeft"/> +