Summary: | Ctrl+# shortcut is repeated in quanta's defaults | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | mrudolf |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mrudolf
2003-03-22 12:36:28 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" ); |