Bug 43118 - [KeyBindings] Text in key sequences are non-standard
Summary: [KeyBindings] Text in key sequences are non-standard
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 14:20 EDT by Douglas Pollock CLA
Modified: 2003-09-25 14:19 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 Douglas Pollock CLA 2003-09-15 14:20:14 EDT
The key sequences are displayed in an order that is not typically of
applications displaying key sequences.  This leads to "key shuffling": the user
presses the keys in the order they think they should occur, but our application
re-orders them.  For example, "Ctrl+Alt+Delete" is displayed as
"Alt+Ctrl+Delete".  In general, I believe that the ordering of modifiers keys is
usually "Ctrl", "Alt", "Shift", and then the natural key.

Also, I'd make the argument that "Enter" is in more common usage than "Return".

:P
Comment 1 Chris McLaren CLA 2003-09-23 15:24:01 EDT
i think this is more than trivial, and i want to fix it for M4 (to get it behind us..)
Comment 2 Chris McLaren CLA 2003-09-25 14:19:57 EDT
fixed. order should be correct on *most* platforms. (mac, gtk/gnome, and win32). see 
org.eclipse.ui.keys.KeyStroke for details.

also, Return has been changed to Enter as the localized version of CharacterKey.CR.