Bug 5071 - Shift-TAB doesn't generate proper event
Summary: Shift-TAB doesn't generate proper event
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-18 07:00 EDT by Claude Knaus CLA
Modified: 2001-12-05 12:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claude Knaus CLA 2001-10-18 07:00:42 EDT
Shift-TAB does not work on Linux (event.character remains 0).
This key-combo is used in block indentation, as well as for navigation between 
variable names for templates.
Comment 1 Grant Gayed CLA 2001-12-05 12:08:11 EST
Fixed.  XLookupString was failing to translate the XK_ISO_LEFT_TAB keysym, so 
we now do it manually.