Friday, 18 July 2008

Windows Media Player Script.

With this script you don't need to get up to change your song on Windows Media Player any more, you can just press a button.

Here is the text version:

//This is a script to control Windows Media Player
//Written by Tom Jones
//
//The controls are:
// A = Play/Pause
// B = Stop
// Plus = Next
// Minus = Prev
// Down = Decrease Volume
// Up = Increase Volume
// Home = Mute
// Right = Fast-Forward
// Home = Turn off Computer

Ctrl+P = Wiimote.A
Ctrl+W = Wiimote.B
Ctrl+F = Wiimote.Plus
Ctrl+B = Wiimote.Minus
F8 = Wiimote.Down
F9 = Wiimote.Up
F7 = Wiimote.Home
Ctrl+Shift+F = Wiimote.Right
Keyboard.Power = Wiimote.Home

Here is the download version:

http://www.mediafire.com/?xytt2jnl1lq

Thanks for downloading my script.

~Tom

No comments: