-
-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathScriptMappings.json
More file actions
142 lines (142 loc) · 3.75 KB
/
ScriptMappings.json
File metadata and controls
142 lines (142 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"Mappings": [
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "fslabs a3",
"ScriptName": "fslabs_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "inibuilds-a340",
"ScriptName": "ini_a340_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "fnx_3",
"ScriptName": "fenix_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "pmdg 737",
"ScriptName": "pmdg_737_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "pmdg 777",
"ScriptName": "pmdg_777_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "ifly 737",
"ScriptName": "ifly_737_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "design_md-11",
"ScriptName": "tfdi_md11_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "prosim-a322",
"ScriptName": "prosim_a320_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "prosim-b73",
"ScriptName": "prosim_737_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "flybywire_a32",
"ScriptName": "fbw_a32nx_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "maddog",
"ScriptName": "maddogx_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "headwind_a33",
"ScriptName": "headwind_a33_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "aerosoft_crj",
"ScriptName": "aerosoft_crj_winwing_cdu.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "boeing 757",
"ScriptName": "flightfactor_75_76.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "boeing 767",
"ScriptName": "flightfactor_75_76.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "boeing 777",
"ScriptName": "flightfactor_777v2.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "toliss",
"ScriptName": "toliss_a3xx.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "boeing 737-",
"ScriptName": "zibo_737_800x.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "challenger 650",
"ScriptName": "hotstart_cl650.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "rotate md-11",
"ScriptName": "rotate_md11.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "rotate md-80",
"ScriptName": "rotate_md80.py"
},
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "microsoft-aircraft-ec135",
"ScriptName": "microsoft_aircraft_ec135.py"
};
{
"VendorId": "0x4098",
"ProductIds": [ "WinwingCDUs" ],
"AircraftIdSnippet": "A300",
"ScriptName": "ini_a300_winwing_cdu.py"
}
]
}