Selaa lähdekoodia

Added graphical templates to the test report

Andreas Mülder 12 vuotta sitten
vanhempi
commit
df6173f5f8

+ 1 - 1
plugins/org.yakindu.sct.ui.editor/src/org/yakindu/sct/ui/editor/editor/proposals/ContentProposalViewerKeyHandler.java

@@ -38,7 +38,7 @@ public class ContentProposalViewerKeyHandler extends DirectEditKeyHandler {
 
 	private ContentProposalAdapter adapter;
 
-	protected static final KeyStroke keyStroke = KeyStroke.getInstance(SWT.MOD1, SWT.SPACE);
+	protected static final KeyStroke keyStroke = KeyStroke.getInstance(SWT.CTRL, SWT.SPACE);
 
 	public ContentProposalViewerKeyHandler(GraphicalViewer viewer) {
 		super(viewer);