Skip to content

Commit

Permalink
Sim: Add performance applet shortcut Shift-P
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Dec 3, 2024
1 parent af6492d commit 8b59041
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MD-11-main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,14 @@
<script>systems.doFullThrust();</script>
</binding>
</key>
<key n="80">
<name>P</name>
<desc>Open CG dialog</desc>
<binding>
<command>dialog-show</command>
<dialog-name>cg</dialog-name>
</binding>
</key>
<key n="88">
<name>X</name>
<desc>Increase field of view</desc>
Expand Down
2 changes: 2 additions & 0 deletions Sounds/cf680-sound.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Copyright (c) 2024 Josh Davidson (Octal450), Jonathan Redpath (legoboyvdlp) -->

<PropertyList include="common-sound.xml">

<fx>

<!-- Cockpit -->
Expand Down Expand Up @@ -2038,4 +2039,5 @@
</engine>

</fx>

</PropertyList>
2 changes: 2 additions & 0 deletions Sounds/common-sound.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- Copyright (c) 2024 Josh Davidson (Octal450) -->

<PropertyList>

<fx>

<sb>
Expand Down Expand Up @@ -1244,4 +1245,5 @@
</switch>

</fx>

</PropertyList>
4 changes: 4 additions & 0 deletions gui/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
<name>CTRL + G</name>
<desc>Go Around Button</desc>
</key>
<key>
<name>SHIFT + P</name>
<desc>Open CG Applet</desc>
</key>

<!-- Must ignore indenting/formatting -->
<text>Available documentation can be viewed in the "Documentation" menu.
Expand Down

0 comments on commit 8b59041

Please sign in to comment.