[Bug 67946] keyboard shortcut ctrl+shift+O used twice

Alexander Dymo cloudtemple at mksat.net
Sun Nov 16 21:47:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=67946     
cloudtemple at mksat.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From cloudtemple at mksat.net  2003-11-16 21:45 -------
Subject: kdevelop/parts/quickopen

CVS commit by dymo: 

changed shortcut for "Open Class" to Ctrl+Alt+C
CCMAIL: 67946-done at 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" );




More information about the KDevelop-devel mailing list