Just added:

D >>> Dialogs
  Da   autopilot
  Dc   cloud
  Df   fuel&payload
  Dg   GPS settings
  Di   instrument settings
  Dm   multiplayer pilot list
  Dpa  position in air
  Dpg  position on ground
  Dr   radio settings
  Ds   sound configuration
  Dt   time settings
  Dv   view options (not important, but v was free :-)
  Dw   weather conditions

These combinations fire immediately. You don't need to
press <Return>.


BTW: the ':'-Group is reserved for user extensions. It will/may
not be used in multikey.xml and aircraft files. The double colon
is quick to type, so the extra key stroke doesn't matter. Use
it like so:

<input>
   <keyboard>
        <key n="...">
            <!-- your local regular key defs -->
        </key>

        <multikey>
            <key n="58">
                <name>:</name>
                <key>
                    <name>h</name>
                    <desc>Hello World!</desc>
                    <binding>
                        <command>nasal</command>
                        <script>settimer(func gui.popupTip("Hello World!"), 
1)</script>
                    </binding>
                </key>
            </key>
        </multikey>
    </keyboard>
</input>

This implements  ::h

Note that <key n="58"> is the only place where you need to
specify the index. Everything deeper nested works without.

m.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to