[Amarok] Add enqueue/dequeue shortcuts. BUG: 187542

Bart Cerneels bart.cerneels at kde.org
Fri Oct 2 09:27:26 CEST 2009


I agree, why use 2 combo's when one is enough. What would Ctrl+E do
when a track is already queued?

On Fri, Oct 2, 2009 at 05:58, Seb Ruiz <ruiz at kde.org> wrote:
> 2009/10/2 Kevin Funk <krf at electrostorm.net>:
>> +    action = new KAction( KIcon( "media-track-queue-amarok" ), i18n( "Enqueue Track" ), this );
>> +    ac->addAction( "enqueueTrack", action );
>> +    action->setGlobalShortcut( KShortcut( Qt::CTRL + Qt::Key_E ) );
>> +    connect( action, SIGNAL( triggered() ), SIGNAL( enqueueSelection() ) );
>> +
>> +    action = new KAction( KIcon( "media-track-queue-amarok" ), i18n( "Dequeue Track" ), this );
>> +    ac->addAction( "dequeueTrack", action );
>> +    action->setGlobalShortcut( KShortcut( Qt::CTRL + Qt::Key_D ) );
>> +    connect( action, SIGNAL( triggered() ), SIGNAL( dequeueSelection() ) );
>
> Sorry, I disagree with this - there should be one key binding which
> toggles the queue status of the track, which should be Ctrl+D to be
> consistent with Amarok 1.4.
>
>
> --
> Seb Ruiz
>
> http://www.sebruiz.net/
> http://amarok.kde.org/
> _______________________________________________
> Amarok-devel mailing list
> Amarok-devel at kde.org
> https://mail.kde.org/mailman/listinfo/amarok-devel
>


More information about the Amarok-devel mailing list