Hi Andy,

> The bindings support a "high" and "low" pseudo-property for this.
> There's a FAQ somewhere on the website about it, but the basic idea is
> that you do:
>
>    <axis n="...">
>     <low>
>      <repeatable>true</repeatable>
>      <binding>
>       <command>property-adjust</command>
>       <property>WHATEVER</property>
>       <step type="double">1.0</step>
>      </binding>
>     </low>
>     <high>
>      <repeatable>true</repeatable>
>      <binding>
>       <command>property-adjust</command>
>       <property>WHATEVER</property>
>       <step type="double">-1.0</step>
>      </binding>
>     </high>
>    </axis>
>
> The "high" and "low" bindings are invoked as keystrokes when the
> joystick enters the top 10% of travel in either direction.

Yes, I looked at the page and that's how I actually do it at the moment.
The problem was they didn't know what properties to use. So
/sim/view/axes/lat and /sim/view/axes/long are the right properties
for this.

Best regards
         Alexander


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to