Community
Participate
Working Groups
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)
Since there's no canonical set of keybindings for Eclipse plugins, I think we have to just accept the conflict.