Let the hive mind of Engadget get that for you.
"I am looking for a device that will stream sound from one source to several recipients. For example, I want to stream sound from my TV or stereo to my phone or MP3 player that has radio and Bluetooth capabilities. I have looked into radio transmitters and they seem like a decent choice, but I can't find one that uses external power (USB or from the plug) and I would want one with a transmit range of around 50 meters. Thanks!"
- I just got a new fujitsu p1610 and butted heads with this problem. I solved it by using Autohotkey (http://www.autohotkey.com/) and disableing the "left mouse button" (which disables the click of the stylus) and mapping an available button to make the "left mouse button" instead.
i.e. (the p1610 has pageUp and pageDown buttons on the edge of the tablet) ...
Autohotkey script ...
lbutton::return
pgup::lbutton
pgdn::rbutton