Rascal-keyboard.xml 470 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?xml version="1.0" encoding="UTF-8"?>

<PropertyList>

  <key n="9">
    <name>Ctrl-I</name>
    <desc>Show configuration dialog</desc>
    <binding>
      <command>nasal</command>
      <script>rascal.dialog.toggle()</script>
    </binding>
  </key>

  <key n="83">
    <name>S</name>
    <desc>Toggle smoke</desc>
    <binding>
      <command>property-toggle</command>
      <property>sim/multiplay/generic/int[0]</property>
    </binding>
  </key>

</PropertyList>