projects
/
fg:toms-fgdata.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
carrier_nav.dat.gz: Add missing TACAN range entries
[fg:toms-fgdata.git]
/
Aircraft
/
PC-12
/
Nasal
/
pc12-keyboard.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
3
<PropertyList>
4
5
<key n="100">
6
<name>d</name>
7
<desc>Canopy</desc>
8
<binding>
9
<command>nasal</command>
10
<script>doors.doorsystem.crewexport();</script>
11
</binding>
12
</key>
13
14
<key n="68">
15
<name>D</name>
16
<desc>Passenger door</desc>
17
<binding>
18
<command>nasal</command>
19
<script>doors.doorsystem.passengerexport();</script>
20
</binding>
21
</key>
22
23
</PropertyList>
24