Re: Making Elevator Trim work in FS9
Hey Bill,
I haven't flown FS9 for a long time and don't remember if I tested the elevator trim. But all that macro is doing IIRC is pressing the Numpad 7 key, and not the shift at all.
Try this for Elevator Trim Up:
macro = predef:SHIFT, KEYDOWN
macro = predef:NUMPAD7
macro = predef:SHIFT, KEYUP
and for Trim Down:
macro = predef:SHIFT, KEYDOWN
macro = predef:NUMPAD1
macro = predef:SHIFT, KEYUP
Those should hold the shift key down, then press the numpad key, then release the shift key. Which should be like pressing Shift+Numpad7 or Shift+Numpad1.
WBK
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro
|