Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332134 - Conflicting keyboard shortcut: CTRL+ALT+C
Summary: Conflicting keyboard shortcut: CTRL+ALT+C
Status: CLOSED WONTFIX
Alias: None
Product: Linux Tools
Classification: Tools
Component: ChangeLog (show other bugs)
Version: 0.7.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Phil Muldoon CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 09:53 EST by Severin Gehwolf CLA
Modified: 2011-01-10 10:11 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Severin Gehwolf CLA 2010-12-08 09:53:08 EST
EGit uses CTRL+ALT+C for the "Commit" action. Changelog provides the same for "ChangeLog Entry".

From the Eclipse error log:
---------------------------
Warning
Mon Dec 06 16:57:59 EST 2010
A conflict occurred for ALT+CTRL+C:Binding(ALT+CTRL+C,
ParameterizedCommand(Command(org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand,Insert ChangeLog entry,
Insert a ChangeLog entry,
Category(org.eclipse.linuxtools.changelog,Changelog,Changelog key bindings,true),
ActionDelegateHandlerProxy(null,org.eclipse.linuxtools.changelog.core.actions.InsertChangeLogKeyHandler),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.textEditorScope,,,system)
Binding(ALT+CTRL+C,
ParameterizedCommand(Command(org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand,Insert ChangeLog entry,
Insert a ChangeLog entry,
Category(org.eclipse.linuxtools.changelog,Changelog,Changelog key bindings,true),
ActionDelegateHandlerProxy(null,org.eclipse.linuxtools.changelog.core.actions.InsertChangeLogKeyHandler),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.compare.compareEditorScope,,,system)
Binding(ALT+CTRL+C,
ParameterizedCommand(Command(org.eclipse.egit.ui.team.Commit,Commit,
,
Category(org.eclipse.egit.ui.commandCategory,Git,null,true),
org.eclipse.egit.ui.internal.actions.CommitActionHandler,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Comment 1 Andrew Overholt CLA 2011-01-10 10:11:09 EST
Since there's no canonical set of keybindings for Eclipse plugins, I think we have to just accept the conflict.