Bug 56235 - Ctrl+# shortcut is repeated in quanta's defaults
Summary: Ctrl+# shortcut is repeated in quanta's defaults
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-22 12:36 UTC by mrudolf
Modified: 2003-03-25 16:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mrudolf 2003-03-22 12:36:28 UTC
Version:           3.2-CVS-1 (using KDE 3.1.0)
Installed from:    compiled sources
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
OS:          Linux (i686) release 2.4.18-8.1mdk

Ctrl+# is assigned to two different actions by default.
Comment 1 András Manţia 2003-03-25 16:15:29 UTC
Subject: quanta/quanta

CVS commit by amantia: 

Change shortcut for Color dialog.

CCMAIL: 56235-done@bugs.kde.org


  M +1 -1      quantaview.cpp   1.21


--- quanta/quanta/quantaview.cpp  #1.20:1.21
@@ -147,5 +147,5 @@ void QuantaView::initActions()
                         actionCollection, "tag_quick_list" );
 
-    (void) new KAction( i18n( "Color..." ), "color", CTRL+Key_NumberSign,
+    (void) new KAction( i18n( "Color..." ), "color", CTRL+SHIFT+Key_C,
                         this, SLOT( slotTagColor() ),
                         actionCollection, "tag_color" );