Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 43002 - [KeyBindings]: Binding Ctrl-Tab to any command failed
Summary: [KeyBindings]: Binding Ctrl-Tab to any command failed
Status: RESOLVED DUPLICATE of bug 42225
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 06:18 EDT by Adrian Stadelmann CLA
Modified: 2003-09-12 11:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Stadelmann CLA 2003-09-12 06:18:49 EDT
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;
Comment 1 Douglas Pollock CLA 2003-09-12 11:03:49 EDT
Yet another aspect of the event inconsistencies in SWT.

*** This bug has been marked as a duplicate of 42225 ***