Version: 3.0.0b1 (using KDE KDE 3.1.4) Installed from: Compiled From Sources Compiler: GCC 3.2 OS: Linux By default ctrl+shift+O is set as both "Quick Open" and "All Output Views".
Subject: kdevelop/parts/quickopen CVS commit by dymo: changed shortcut for "Open Class" to Ctrl+Alt+C CCMAIL: 67946-done@bugs.kde.org M +1 -1 quickopen_part.cpp 1.6 --- kdevelop/parts/quickopen/quickopen_part.cpp #1.5:1.6 @@ -50,5 +50,5 @@ QuickOpenPart::QuickOpenPart(QObject *pa m_actionQuickOpen->setWhatsThis(i18n("<b>Quick open</b><p>Provides a file name input form with completion listbox to quickly open file in a project.")); - m_actionQuickOpenClass = new KAction( i18n("Find Class..."), CTRL + ALT + Key_O, + m_actionQuickOpenClass = new KAction( i18n("Find Class..."), CTRL + ALT + Key_C, this, SLOT(slotQuickOpenClass()), actionCollection(), "quick_open_class" );