Bug 36537 - [KeyBindings] Bindings duplicated in Emacs configuration
Summary: [KeyBindings] Bindings duplicated in Emacs configuration
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 15:57 EDT by Nick Edgar CLA
Modified: 2003-09-23 14:16 EDT (History)
0 users

See Also:


Attachments
Patch to plugin.xml (3.96 KB, patch)
2003-09-16 15:56 EDT, Douglas Pollock CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2003-04-15 15:57:20 EDT
R2.1

Certain commands have a duplicate binding in the Emacs configuration.
These are not necessary since the Emacs configuration inherits bindings from 
the Standard configuration.

Here are the ones I noticed:
Activate Editor
Show System Menu
Show View Menu
Comment 1 Chris McLaren CLA 2003-09-12 14:10:02 EDT
these should all be fixed now. could you confirm and close? check jdt, pde, etc.
Comment 2 Douglas Pollock CLA 2003-09-15 14:02:37 EDT
The following are bound in carbon and the default platform as the same thing:
ALT+LEFT_ARROW
ALT_RIGHT_ARROW
ALT+CR

The following is bound in both Emacs and the standard key configurations:
CTRL+F10

The following are bound in the default, carbon and Emacs settings:
ALT+-
CTRL+M
F12
INSERT
Comment 3 Douglas Pollock CLA 2003-09-16 15:56:30 EDT
Created attachment 6120 [details]
Patch to plugin.xml

Removes the duplicate key bindings.
Comment 4 Douglas Pollock CLA 2003-09-16 15:56:58 EDT
nick: another.  review/apply.
Comment 5 Nick Edgar CLA 2003-09-22 16:15:45 EDT
Changes committed.
Comment 6 Douglas Pollock CLA 2003-09-23 14:16:48 EDT
thanks.