Community
Participate
Working Groups
I tried to assign Ctrl-Tab to the ContentAssist action. After applying the patch of bug #41962, i assigned the contentAssist command with Ctrl-Tab. But it had no affect. Pressing Ctrl-Tab will show the action you assigned to CTRL-I The Debugger shows me, that KeySupport translates Ctrl-Tab it into Ctrl-I. org.eclipse.ui.internal.keys.KeySupport,line 34: if (0 <= key && key <= 0x1F) { if ((event.stateMask & SWT.CTRL) != 0 && event.keyCode != event.character) key += 0x40;
Yet another aspect of the event inconsistencies in SWT. *** This bug has been marked as a duplicate of 42225 ***