Key Binding Conflict ALT+CTRL+U
Bugzilla Link | 551623 |
Status | NEW |
Importance | P3 normal |
Reported | Sep 30, 2019 05:59 EDT |
Modified | Sep 30, 2019 05:59 EDT |
Reporter | Christian Pontesegger |
Description
Svn has a key binding conflict with JDT:
Binding(ALT+CTRL+U,
ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu,Show Occurrences in File Quick Menu,
Shows the Occurrences in File quick menu,
Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@164642a4,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,gtk,system)
Binding(ALT+CTRL+U,
ParameterizedCommand(Command(org.eclipse.team.svn.ui.command.UpdateCommand,Update,
,
Category(org.eclipse.team.svn.ui.command.category,SVN,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@75cf0de5,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Any chance to narrow down the SVN keybinding?