k.granade
feature request: could you add a play/pause toggle?
Also thank you so much, this is the one feature songbird was missing for me, to the point where I was trying to do it myself, but I kept getting lost in the code (not at all familiar with java or xul).



based on 

mark32
Works well. Thanks! Here are some Autohotkey scripts to tinker with to create hotkeys that work whether Songbird is the active window or not:
#IfWinExist, Songbird
RControl & Right::
Run, C:\Program Files\Songbird\songbird.exe -next
Return
RControl & Left::
Run, C:\Program Files\Songbird\songbird.exe -previous
Return
RControl & Enter::
Run, C:\Program Files\Songbird\songbird.exe -play
Return
RControl & End::
Run, C:\Program Files\Songbird\songbird.exe -stop
Return
#IfWinExist