Bug 217153 - Can't queue tracks with Ctrl+right-click
Summary: Can't queue tracks with Ctrl+right-click
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Playlist (show other bugs)
Version: 2.3-GIT
Platform: unspecified Linux
: NOR normal
Target Milestone: 2.3.0
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 05:49 UTC by Neil Skrypuch
Modified: 2010-01-28 13:26 UTC (History)
4 users (show)

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 Neil Skrypuch 2009-12-03 05:49:45 UTC
Version:           2.2.1 (using 4.3.3 (KDE 4.3.3), Gentoo)
Compiler:          gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) 
OS:                Linux (x86_64) release 2.6.31-gentoo-r6

In 1.4 it was possible to queue a track for playing by issuing a Ctrl+right-click on the track. In 2.2.1 this action appears to do exactly nothing.

Actually, I just noticed that Queue Track is Ctrl+d by default, however, this isn't ideal (as it's significantly more work to queue multiple tracks this way) compared to Ctrl+right-click. While it is possible to configure this shortcut, unfortunately it does not let me select Ctrl+right-click as the new shortcut. As far as a general shortcut dialog goes, I guess that makes sense, but it still leaves me without the shortcut I desire to queue up tracks.

One should be able to queue up tracks with Ctrl+right-click as you could in 1.4.
Comment 1 Myriam Schweingruber 2009-12-03 11:51:45 UTC

*** This bug has been marked as a duplicate of bug 197555 ***
Comment 2 Neil Skrypuch 2009-12-03 16:17:22 UTC
I'm pretty sure this isn't a duplicate of bug 197555, as that bug is fixed (at least for me), but I still can't queue tracks with Ctrl+right-click.
Comment 3 Chris Brown 2010-01-27 11:50:32 UTC
(In reply to comment #2)
> I'm pretty sure this isn't a duplicate of bug 197555, as that bug is fixed (at
> least for me), but I still can't queue tracks with Ctrl+right-click.

I agree this is a separate issue.

Not being able to assign the right mouse click as part of a shortcut combination is applicable to all shortcut actions not just queue track. The RMB cannot be used as it pops up the context menu when clicked.
Comment 4 Myriam Schweingruber 2010-01-28 01:25:15 UTC
Reopening. Currently it is not possible to assign a mouse action in that manner.
Comment 5 Kevin Funk 2010-01-28 12:00:05 UTC
Going to have a look. It worked at some time.
Comment 6 Kevin Funk 2010-01-28 13:26:03 UTC
commit 099016c2f01b4f47ee31688023e4d3f5a412196c
Author: Kevin Funk <krf@electrostorm.net>
Date:   Thu Jan 28 13:24:20 2010 +0100

    Provide the correct bug number. See previous commit.
    BUG: 217153

diff --git a/ChangeLog b/ChangeLog
index be33338..e2369d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,7 +47,7 @@ VERSION 2.2.3
       files which incorrectly have the same MusicBrainz unique identifier.
 
   BUGFIXES:
-    * Fixed queue management with mouse. (BR 197555)
+    * Fixed queue management with mouse. (BR 217153)
     * Fixed playback of some streams causing the progress slider to show 
       garbage track length and position values like -322:0-35:0-59.
     * Prevent a crash when loading PLS playlists with invalid filepaths.