/************************************************** * LoTRO.pie * ---------- * BY: glenneroo * FOR: GlovePIE 0.29+ * DATE: May 5th, 2007 * WSITE: http://lotro.glenneroo.org * VERS: 0.10 * RIGHTS: Released under GNU License. Feel free * to edit and use to your liking. For all * to enjoy! **************************************************/ // low note: trigger finger Key.One = Wiimote.B Wiimote.Rumble = Wiimote.B // - and + keys Key.Two = Wiimote.Minus Key.Three = Wiimote.Plus // directional keypad Key.Four = Wiimote.Left Key.Five = Wiimote.Up Key.Six = Wiimote.Right Key.Seven = Wiimote.Down // high note: big clear thumb button on top Key.Eight = Wiimote.A // use nunchuck to set ctrl/shift octaves Key.Ctrl = Wiimote.Nunchuk.ZButton Key.Shift = Wiimote.Nunchuk.CButton // analog = movement Up = Wiimote.Nunchuk.JoyY < -0.2 Down = Wiimote.Nunchuk.JoyY > 0.2 Left = Wiimote.Nunchuk.JoyX < -0.2 Right = Wiimote.Nunchuk.JoyX > 0.2