Hey kujosan,
Here's an answer I've sent to a couple people who've PM'ed me about this.
I haven't actually applied this technique yet, but it should be something like this.
config.xml
Code:
<sendWindowMessage name="SN PAN UP"
window="RoadRunner"
message="SN_PAN_UP"/>
ExecTBL.ini
Code:
"SN_PAN_UP","PREV",Audio_Player.skin
"SN_PAN_UP","AUDIO",menu.skin
So, if you assigned that message to the pan up action in the config file, when you panned up with the SN, on the audio skin, it would go to the previous track, and on the menu, it would launch the audio plugin.
That's basically the skeleton of it, not a ton more to it. :-)