Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 332134

Summary: Conflicting keyboard shortcut: CTRL+ALT+C
Product: [Tools] Linux Tools Reporter: Severin Gehwolf <sgehwolf>
Component: ChangeLogAssignee: Phil Muldoon <pmuldoon>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: jjohnstn, linux.changelog-inbox, overholt, sgehwolf
Version: 0.7.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.