Re: [Tutor] Rhythmbox python plugin to capture middle click event

2011-04-06 Thread Emile van Sebille
On 4/5/2011 10:10 PM Lachlan d said... I've been working on some python rhythmbox plugins for the past few months and now i've decided to try writing my own. You'll get a much better answer if this is asked of other rhythmbox developers. This tutor list in more suited for those just learning

[Tutor] Rhythmbox python plugin to capture middle click event

2011-04-05 Thread Lachlan d
I've been working on some python rhythmbox plugins for the past few months and now i've decided to try writing my own. I've been able to get actions working correctly in my other plugin. (http://launchpad.net/rb-fileorganizer) but that uses buttons and a gui i built rather than mouse clicks. What