1Mini Panels for c172
2
3List of files:
4
5./keyboard.xml - same as release key bindings with "s" added to swap panels.
6./preferences.xml - same as release preferences.xml with "panel2" added.
7./Aircraft/c172/Panels/c172-panel-mini.xml - mini with sacred six, compass,
8	mixture knob, flaps, and control indicators.
9./Aircraft/c172/Panels/c172-panel-trans-mini.xml - same mini panel with
10	plexiglass (transparent) background.
11./Aircraft/c172/Panels/Textures/panel-mini-bg.rgb - grey background.
12./Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb - transparent background.
13
14
15USAGE NOTES:
16
17Hitting "s" will switch between the standard panel and the default.
18
19You may choose other panels for the two that get toggled by changing the
20preferences or adding command line parameters.
21
22The property for the panels are:
23Normal (Primary) panel: /sim/panel/path=<path to xml file>
24Mini (Secondary) panel: /sim/panel2/path=<path to xml file>
25
26The new property is /sim/panel2/path,  it does not need to be a mini panel, you
27can use whatever you want.
28
29For example: to use the grey mini panel change preferences.xml or add this to
30your command line:
31
32runfgfs --prop:/sim/panel2/path=Aircraft/c172/Panels/c172-panel-mini.xml
33