View Single Post
Re: Making Elevator Trim work in FS9
Old 03-23-2008, 01:38 AM   #2 (permalink)
 
Wild.Bill.Kelso's Avatar
Wild.Bill.Kelso
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,885
Wild.Bill.Kelso is on a distinguished road
Default 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


Wild.Bill.Kelso is offline   Reply With Quote