Bug 5682 - [Key Bindings] Customizable key bindings
Summary: [Key Bindings] Customizable key bindings
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
: 5823 6517 7749 14216 19546 22414 24282 (view as bug list)
Depends on:
Blocks: 9694
  Show dependency tree
 
Reported: 2001-11-08 15:30 EST by Jesper Nordenberg CLA
Modified: 2002-11-22 12:24 EST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)