Hi,
I've been writing an app that plays music from youtube in a sort of itunes style (ie from a user genorated library of songs). This is all fine. My problem, however, is that i would like an easier way to add a song found on youtube to the library (currently, you have to copy the youtube code from the address bar, and paste it into a song entry form).
I'm aiming to have some sort of key combo, that when pressed (hopefully regardless of whether the app is focused or not), the app automatically grabs the current address in the browser (firefox) and saves it to a file.

It's the non-focused key combo && API stuff to grab the address that im struggling with. Cheers guys.
Frank