Bug 5682

Summary: [Key Bindings] Customizable key bindings
Product: [Eclipse Project] Platform Reporter: Jesper Nordenberg <jesper>
Component: UIAssignee: Chris McLaren <csmclaren>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: burner, cmdodd, duongn, jacob, johan.walles, ng, pavel4u, robby, stori, timw
Version: 2.0Keywords: investigate
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 9694    

Description Jesper Nordenberg CLA 2001-11-08 15:30:37 EST
It should be possible to map any key combination in the editor to an action.
Comment 1 Erich Gamma CLA 2001-11-09 05:30:18 EST
This requires platform UI support since we can't know which actions are already 
assigned as menu short cuts. We minimally need a way to find out which keys are 
already bound. This is non-trivial given that a user can install new plugins 
that contribute actions binding additional keys. The problem of keyboard 
binding already exists today and requires a workbench solution.

Moving to Platform UI for comment
Comment 2 Kevin Haaland CLA 2001-11-12 14:05:20 EST
This is also an issue for accesability as well. One of the nice to have
features is to be able to list the known accelerators.

Note Priority and Severity (P3/enhancement). This is a nice to have feature 
that should be considered after addressing higher priority items.
Comment 3 Claude Knaus CLA 2002-04-09 06:43:32 EDT
*** Bug 5823 has been marked as a duplicate of this bug. ***
Comment 4 Nick Edgar CLA 2002-07-29 14:42:02 EDT
*** Bug 14216 has been marked as a duplicate of this bug. ***
Comment 5 Nick Edgar CLA 2002-07-29 14:43:15 EDT
*** Bug 19546 has been marked as a duplicate of this bug. ***
Comment 6 Eduardo Pereira CLA 2002-09-05 15:44:32 EDT
*** Bug 6517 has been marked as a duplicate of this bug. ***
Comment 7 Eduardo Pereira CLA 2002-09-05 15:59:30 EDT
*** Bug 7749 has been marked as a duplicate of this bug. ***
Comment 8 Eduardo Pereira CLA 2002-09-06 11:20:42 EDT
*** Bug 22414 has been marked as a duplicate of this bug. ***
Comment 9 Steve Northover CLA 2002-10-02 08:33:07 EDT
*** Bug 24282 has been marked as a duplicate of this bug. ***
Comment 10 Jalpesh CLA 2002-11-18 12:12:33 EST
Do we know if this feature is going to make it in 2.1 release ? It would be
mighty nice if it did.
Comment 11 Michael R. Head CLA 2002-11-18 12:20:34 EST
M3 seems to basically have this. 

There seem to be some bugs though. From time to time, Ctrl-N gets usurped by the
IDE and stops being "next line" in my editor (though Ctrl-P and friends continue
to work).
Comment 12 Chris McLaren CLA 2002-11-22 12:24:34 EST
fixed. customizable key binding support is in M3.
(Preferences -> Workbench -> Key Bindings)