Multimedia-Taste als Kurzbefehl in KMail?
Frederik Schwarzer
schwarzerf at gmail.com
Mon May 25 23:11:57 CEST 2009
On Monday 25. May 2009 22:51:18 Burkhard Lück wrote:
> Hallo,
>
> ich habe hier in KMail in stable/trunk auf deutsch/english einen merkwürdigen
> Kurzbefehl in der Standardeinstellung:
>
> "Focus auf die Schnellsuche einstellen" (Set Fokus to Quick Search) -> "Bässe
> anheben" (Bass Up)
>
> In qt-copy/src/gui/kernel/qkeysequence.cpp finde ich:
> Qt::Key_BassUp, QT_TRANSLATE_NOOP("QShortcut", "Bass Up")
>
> Key_BassUp gibt es nicht in kmail, da finde ich nur in
> kmail/kmmainwidget.cpp
> KAction *action = new KAction( i18n("Set Focus to Quick Search"), this );
> action->setShortcut( QKeySequence( Qt::Key_Alt + Qt::Key_Q ) );
>
> Warum wird aus Qt::Key_Alt + Qt::Key_Q bei mir Qt::Key_BassUp?
>
> Habe ich hier ein lokales Problem und muss mal wieder alles frisch
> installieren?
Ist kein lokales Problem. Das habe ich hier auch. Eine solche Taste
gibt es bei mir allerdings auch nicht.
MfG
More information about the kde-i18n-de
mailing list