Bug 33366 - [accessibility] Control+\ doesn't navigate previous connection focus
Summary: [accessibility] Control+\ doesn't navigate previous connection focus
Status: RESOLVED FIXED
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Eric Bordeau CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2003-02-26 16:27 EST by Randy Hudson CLA
Modified: 2003-03-18 18:39 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 Randy Hudson CLA 2003-02-26 16:27:39 EST
It looks like the SWT KeyEvent for Control+'\' has changed in 2.1.
Comment 1 Randy Hudson CLA 2003-03-10 16:59:13 EST
The keycode has not changed.  This never worked in 2.0.

Ctrl+\ is actually a special keycode.  It is defined as a constant in class SWT.
Comment 2 Eric Bordeau CLA 2003-03-18 18:39:52 EST
The character for CTRL+\ was and unprintable character (0x1C).  Added '\u001c' 
to GraphicalViewerKeyHandler.acceptConnection(KeyEvent).