davidedmundson / xembed-sni-proxy

Convert XEmbed system tray icons to SNI icons
GNU General Public License v2.0
32 stars 6 forks source link

mouse middle click #14

Closed Crazy-Hopper closed 8 years ago

Crazy-Hopper commented 8 years ago

Hi, could you please take a look at whether it is possible to proxy the mouse middle clicks to SNIs?

davidedmundson commented 8 years ago

ooh, I can.

SNI's emit "SecondaryActivate" should be simple enough.

Want to try and make a patch? Just copy and paste Activate in sniproxy, then make it send mouse button 2.

Crazy-Hopper commented 8 years ago

Huh! You did it already, just with button 1 instead of button 2 :-)

davidedmundson commented 8 years ago

oh, thanks.

Pushed