[Bug 17029] rhythmbox should allow multiple discontinuous genre/artist/album selections

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Thu Nov 17 20:46:15 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=17029
Ubuntu | rhythmbox





------- Additional Comments From mandelbergd at eth0.is-a-geek.org  2005-11-17 20:46 UTC -------
I want control-clicking to work when the mouse highlight is enabled. I don't
know whether the problem is in rhythmbox, gtk, or the highlighter program, but
if it's in the highlighter program, I think it should do something like:

grabKey(<control>)
grabKey(<control-release>)
if (key == <control>)
  passToApplication(<control>)
  previousKey = <control>
if (key == <control-release>)
  passToApplication(<control-release>)
  if (previousKey == <control>)
    highlightMouse()

In essence, if the problem is in the <control>-grabber program because it
doesn't pass all keys to the application or waits for a control-release to pass
the key(s), it should pass all keys unconditionally.

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list