<button>
<number>
<unix>4</unix>
<windows>4</windows>
</number>
<desc>Push To Talk</desc>
<binding>
<command>nasal</command>
<script>setprop("/instrumentation/comm[0]/ptt", 1);</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>setprop("/instrumentation/comm[0]/ptt", 0);</script>
</binding>
</mod-up>
</button
<!-- "i" button -->
<button n="30">
<desc>PTT (for fgcom)</desc>
<binding>
<command>nasal</command>
<script>controls.ptt(1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.ptt(0)</script>
</binding>
</mod-up>
</button>
Users browsing this forum: No registered users and 1 guest