Hi, looks like nobody has added the keybinding for the map I suggested some
time ago, my proposal is to modify the 109 key binding in the keyboard.xml
file

from:

 <key n="109">
  <name>m</name>
  <desc>Mixture richer</desc>
  <repeatable type="bool">true</repeatable>
  <binding>
   <command>nasal</command>
   <script>controls.adjMixture(1)</script>
  </binding>
 </key>

to ->

 <key n="109">
  <name>m</name>
  <desc>Mixture richer</desc>
  <repeatable type="bool">true</repeatable>
  <binding>
   <command>nasal</command>
   <script>controls.adjMixture(1)</script>
  </binding>
  <mod-alt>
   <desc>Show map</desc>
   <binding>
    <command>dialog-show</command>
    <dialog-name>map</dialog-name>
   </binding>
  </mod-alt>
 </key>

Cheers
Francesco
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to