As a fellow flight simulation enthusiast, I use XGoFlight with a variety of aircraft on a regular basis. Although I cannot not make any guarantees, each example configuration file herein has been used and tested in X-Plane.
- Airbus A320neo (JARDesign)
- Beechcraft Baron 58 (Laminar Research)
- Boeing 727 (FlyJSim)
- Boeing 737-800 (EADT x737)
- Boeing 747-400 (Laminar Research)
- Boeing 777 Worldliner (VMAX)
- Bombardier Challenger 300 (ddenn)
- Bombardier CRJ-200 (JRollon)
- Bombardier Dash 8 Q400 (FlyJSim)
- Cessna C172SP (Laminar Research)
Airbus A320neo (JARDesign)
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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 |
{ "devices" : { "mcppro" : { "profile" : "jar_a320" }, "p8" : { "0" : [ { "function" : "button", "key" : 1, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/bat1_on", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 2, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/bat2_on", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/lft_gen_on", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/rgh_gen_on", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 7, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/bus_tie", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/apu_gen_on", "type" : "int", "min" : 0, "max" : 1, "led" : 0 } ] }, "rp48" : { "1" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "decision_height" }, { "function" : "rotary", "key" : 3, "action" : "jar_a320_nd_mode" }, { "function" : "rotary", "key" : 4, "action" : "jar_a320_map_range" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "electrical_batteries" }, { "function" : "button", "key" : 3, "action" : "systems_avionics" }, { "function" : "button", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 5, "action" : "none" }, { "function" : "button", "key" : 6, "action" : "none" }, { "function" : "button", "key" : 7, "action" : "none" }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "sim/custom/xap/elec/gpu_on", "type" : "int", "min" : 0, "max" : 1 } ], "0" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "auto_brake" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "mode" : "dataref", "dataref" : "sim/custom/xap/hydr/g/engpump/mode", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 2, "mode" : "dataref", "dataref" : "sim/custom/xap/hydr/y/engpump/mode", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "sim/custom/xap/hydr/ptu/mode", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "sim/custom/xap/hydr/y/elpump/mode", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 5, "mode" : "dataref", "dataref" : "sim/custom/xap/bleed/eng1_bl_knob", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 6, "mode" : "dataref", "dataref" : "sim/custom/xap/bleed/eng2_bl_knob", "type" : "int", "min" : 0, "max" : 1, "led" : 0 }, { "function" : "button", "key" : 7, "mode" : "dataref", "dataref" : "sim/custom/xap/bleed/apu_blvlv", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "sim/custom/xap/bleed/xbl_vlv", "type" : "int", "min" : 0, "max" : 1, "led" : 0 } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "jar_a320_lights_land" }, { "key" : 2, "action" : "jar_a320_lights_nose" }, { "key" : 3, "mode" : "dataref", "dataref" : "sim/custom/xap/extlight/strobe_sw", "type" : "int", "off" : 0, "on" : 2 }, { "key" : 4, "mode" : "dataref", "dataref" : "sim/custom/xap/extlight/beacon_sw", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 5, "mode" : "dataref", "dataref" : "sim/custom/xap/extlight/navlogo_sw", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 6, "mode" : "dataref", "dataref" : "sim/custom/xap/wheels/ant_skeed", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 7, "action" : "none" }, { "key" : 8, "action" : "none" } ], "1" : [ { "key" : 1, "mode" : "dataref", "dataref" : "sim/custom/xap/icerain/window", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 2, "mode" : "dataref", "dataref" : "sim/custom/xap/icerain/wing_knob", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 3, "mode" : "dataref", "dataref" : "sim/custom/xap/icerain/eng1_knob", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 4, "mode" : "dataref", "dataref" : "sim/custom/xap/icerain/eng2_knob", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 5, "action" : "none" }, { "key" : 6, "action" : "none" }, { "key" : 7, "mode" : "dataref", "dataref" : "sim/cockpit2/switches/fasten_seat_belts", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 8, "mode" : "dataref", "dataref" : "sim/cockpit2/switches/no_smoking", "type" : "int", "off" : 0, "on" : 1 } ] }, "wp6" : { "0" : [ { "key" : 1, "mode" : "command", "command" : "sim/annunciator/clear_master_warning", "dataref" : "sim/custom/xap/indicators/mastwarn", "type" : "float" }, { "key" : 2, "mode" : "dataref", "dataref" : "sim/custom/xap/indicators/mastcaut", "type" : "int", "color" : "yellow", "min" : 0, "max" : 1, "blink" : 1 }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/fuel_quantity", "type" : "int", "color" : "red" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[0]", "type" : "int", "color" : "red" }, { "key" : 6, "mode" : "command", "command" : "sim/engines/fire_ext_2_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[1]", "type" : "int", "color" : "red" } ] } } } |
Baron B58 (Laminar Research)
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 |
{ "devices" : { "mcppro" : { "profile" : "ga" }, "wp6" : { "0" : [ { "key" : 1, "mode" : "command", "command" : "sim/annunciator/clear_master_warning", "dataref" : "sim/cockpit/warnings/annunciators/master_warning", "type" : "int" }, { "key" : 2, "mode" : "command", "command" : "sim/annunciator/clear_master_caution", "dataref" : "sim/cockpit/warnings/annunciators/master_caution", "type" : "int", "color" : "yellow", "blink" : 1 }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "action" : "" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[0]", "type" : "int", "color" : "red" }, { "key" : 6, "mode" : "command", "command" : "sim/engines/fire_ext_2_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[1]", "type" : "int", "color" : "red" } ] }, "p8" : { "0" : [ { "key" : 1, "action" : "electrical_batteries" }, { "key" : 2, "action" : "systems_avionics" }, { "key" : 3, "action" : "electrical_generator1" }, { "key" : 4, "action" : "electrical_generator2" }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "" }, { "key" : 7, "action" : "" }, { "key" : 8, "action" : "" } ] }, "rp48" : { "1" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "" }, { "function" : "button", "key" : 5, "action" : "" }, { "function" : "button", "key" : 6, "action" : "electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "" }, { "function" : "button", "key" : 8, "action" : "" } ], "0" : [ { "function" : "rotary", "key" : 1, "action" : "" }, { "function" : "rotary", "key" : 2, "action" : "" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "" }, { "function" : "button", "key" : 1, "action" : "" }, { "function" : "button", "key" : 2, "action" : "systems_prop_sync" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "" }, { "function" : "button", "key" : 5, "action" : "" }, { "function" : "button", "key" : 6, "action" : "" }, { "function" : "button", "key" : 7, "action" : "" }, { "function" : "button", "key" : 8, "action" : "" } ] }, "t8" : { "1" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "mode" : "dataref", "dataref" : "sim/cockpit2/switches/generic_lights_switch[0]", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 7, "mode" : "command", "command_off" : "sim/fuel/fuel_pump_1_off", "command_on" : "sim/fuel/fuel_pump_1_on" }, { "key" : 8, "mode" : "command", "command_off" : "sim/fuel/fuel_pump_2_off", "command_on" : "sim/fuel/fuel_pump_2_on" } ], "0" : [ { "key" : 1, "action" : "ice_window_heat" }, { "key" : 2, "action" : "ice_wing_heat_all" }, { "key" : 3, "action" : "" }, { "key" : 4, "action" : "ice_prop_heat_all" }, { "key" : 5, "action" : "ice_aoa_heat_all" }, { "key" : 6, "action" : "ice_pitot_heat0" }, { "key" : 7, "action" : "ice_pitot_heat1" }, { "key" : 8, "action" : "" } ] } } } |
Boeing 727 (FlyJSim)
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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 |
{ "devices" : { "p8" : { "0" : [ { "key" : 1, "action" : "electrical_batteries" }, { "key" : 2, "mode" : "dataref", "dataref" : "FJS/727/wx/WXSysSwitch", "type" : "float" }, { "key" : 3, "mode" : "command", "command" : "FJS/727/Elec/GenGenSwitch1", "dataref" : "FJS/727/Elec/GenSwitch1", "type" : "float" }, { "key" : 4, "mode" : "command", "command" : "FJS/727/Elec/GenGenSwitch2", "dataref" : "FJS/727/Elec/GenSwitch2", "type" : "float" }, { "key" : 5, "mode" : "command", "command" : "FJS/727/Elec/GenGenSwitch3", "dataref" : "FJS/727/Elec/GenSwitch3", "type" : "float" }, { "key" : 6, "action" : "" }, { "key" : 7, "mode" : "command", "command" : "FJS/727/Elec/BusTieSwitch1", "dataref" : "sim/cockpit2/electrical/cross_tie", "type" : "int" }, { "key" : 8, "mode" : "command", "command" : "FJS/727/Elec/APU_Gen", "dataref" : "sim/cockpit2/electrical/APU_generator_on", "type" : "int" } ] }, "rp48" : { "0" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "decision_height" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "mode" : "dataref", "dataref" : "FJS/727/bleed/CargoHeatOutflowSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "FJS/727/bleed/GasperFanSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "FJS/727/bleed/PACK_LSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 5, "mode" : "dataref", "dataref" : "FJS/727/bleed/PACK_RSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 6, "mode" : "dataref", "dataref" : "FJS/727/bleed/FltGndSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 7, "action" : "" }, { "function" : "button", "key" : 8, "mode" : "command", "command" : "FJS/727/Elec/APU_Start", "dataref" : "sim/cockpit/engine/APU_running", "type" : "int" } ], "1" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "auto_brake" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "mode" : "dataref", "dataref" : "FJS/727/Hyd/HydSysAEng1Switch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 2, "mode" : "dataref", "dataref" : "FJS/727/Hyd/HydSysAEng2Switch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "FJS/727/Hyd/HydSysBpum1Switch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "FJS/727/Hyd/HydSysBpum2Switch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 5, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng1BleedSwitch", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 6, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng2BleedSwitchL", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 7, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng2BleedSwitchR", "type" : "float", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng3BleedSwitch", "type" : "float", "min" : 0, "max" : 1 } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "mode" : "dataref", "dataref" : "FJS/727/num/GearAntiSkidSwitch", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 7, "mode" : "dataref", "dataref" : "FJS/727/Elec/GalleyPow13", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 8, "mode" : "dataref", "dataref" : "FJS/727/Elec/GalleyPow24", "type" : "float", "off" : 0, "on" : 1 } ], "1" : [ { "key" : 1, "action" : "b727_ice_window_all" }, { "key" : 2, "action" : "b727_ice_wing_all" }, { "key" : 3, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng1inletSwitch", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 4, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng2inletSwitch", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 5, "mode" : "dataref", "dataref" : "FJS/727/bleed/Eng3inletSwitch", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 6, "mode" : "dataref", "dataref" : "FJS/727/bleed/ProbHeaterSwitchL", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 7, "mode" : "dataref", "dataref" : "FJS/727/bleed/ProbHeaterSwitchR", "type" : "float", "off" : 0, "on" : 1 }, { "key" : 8, "action" : "systems_seatbelt_smoking_auto" } ] }, "wp6" : { "0" : [ { "key" : 1, "mode" : "command", "command" : "sim/annunciator/clear_master_warning", "dataref" : "FJS/727/num/MasterCautionLite", "type" : "float" }, { "key" : 2, "mode" : "command", "command" : "sim/annunciator/clear_master_caution", "dataref" : "sim/cockpit/warnings/master_caution_on", "type" : "int", "color" : "yellow", "blink" : 1 }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/fuel_quantity", "type" : "int", "color" : "red" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fire", "type" : "int", "color" : "red" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_2_on", "dataref" : "sim/cockpit2/annunciators/engine_fire", "type" : "int", "color" : "red" } ] } } } |
Boeing 737-800 (EADT x737)
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 |
{ "devices" : { "rp48" : { "0" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "decision_height" }, { "function" : "rotary", "key" : 3, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 4, "action" : "efis_zoom" }, { "function" : "button", "key" : 1, "action" : "electrical_batteries" }, { "function" : "button", "key" : 2, "action" : "x737_electrical_generators" }, { "function" : "button", "key" : 3, "action" : "systems_avionics" }, { "function" : "button", "key" : 4, "action" : "electrical_apu_generator" }, { "function" : "button", "key" : 5, "action" : "x737_overhead" }, { "function" : "button", "key" : 6, "action" : "x737_electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "efis_apt" }, { "function" : "button", "key" : 8, "action" : "parking_brake" } ], "1" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "auto_brake" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "x737_apu_switch" }, { "function" : "button", "key" : 1, "action" : "systems_autofeather" }, { "function" : "button", "key" : 2, "action" : "systems_prop_sync" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "systems_hydraulics" }, { "function" : "button", "key" : 5, "action" : "bleed_air_mode" }, { "function" : "button", "key" : 6, "action" : "" }, { "function" : "button", "key" : 7, "action" : "" }, { "function" : "button", "key" : 8, "action" : "" } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "action" : "x737_lights_logo" }, { "key" : 7, "action" : "igniters_contin_all" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ], "1" : [ { "key" : 1, "action" : "x737_ice_window_heat" }, { "key" : 2, "action" : "x737_ice_wing_heat" }, { "key" : 3, "action" : "x737_ice_engine_heat" }, { "key" : 4, "action" : "ice_prop_heat_all" }, { "key" : 5, "action" : "ice_aoa_heat_all" }, { "key" : 6, "action" : "x737_ice_pitot_heat" }, { "key" : 7, "action" : "" }, { "key" : 8, "action" : "systems_seatbelt_smoking" } ] } } } |
Boeing 747-400 (Laminar Research)
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 |
{ "devices" : { "rp48" : { "1" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "decision_height" }, { "function" : "rotary", "key" : 3, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 4, "action" : "efis_zoom" }, { "function" : "button", "key" : 1, "action" : "electrical_batteries" }, { "function" : "button", "key" : 2, "action" : "electrical_generators" }, { "function" : "button", "key" : 3, "action" : "systems_avionics" }, { "function" : "button", "key" : 4, "action" : "electrical_apu_generator" }, { "function" : "button", "key" : 5, "action" : "b747_electric_bus_tie" }, { "function" : "button", "key" : 6, "action" : "electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "electrical_inverters" }, { "function" : "button", "key" : 8, "action" : "parking_brake" } ], "0" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "auto_brake" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "action" : "b747_hydraulics1" }, { "function" : "button", "key" : 2, "action" : "b747_hydraulics2" }, { "function" : "button", "key" : 3, "action" : "b747_hydraulics3" }, { "function" : "button", "key" : 4, "action" : "b747_hydraulics4" }, { "function" : "button", "key" : 5, "action" : "a380_bleed_air_left" }, { "function" : "button", "key" : 6, "action" : "a380_bleed_air_right" }, { "function" : "button", "key" : 7, "action" : "a380_bleed_air_apu" }, { "function" : "button", "key" : 8, "action" : "" } ] }, "t8" : { "1" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "action" : "" }, { "key" : 7, "action" : "" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ], "0" : [ { "key" : 1, "action" : "ice_window_heat" }, { "key" : 2, "action" : "ice_wing_heat_all" }, { "key" : 3, "action" : "b747_ice_engine_air" }, { "key" : 4, "action" : "ice_prop_heat_all" }, { "key" : 5, "action" : "b747_irs_align_left" }, { "key" : 6, "action" : "ice_pitot_heat_all" }, { "key" : 7, "action" : "b747_irs_align_right" }, { "key" : 8, "action" : "systems_seatbelt_smoking" } ] } } } |
Boeing 777 Worldliner (VMAX)
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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 |
{ "devices" : { "efis" : { "profile" : "vmax_777" }, "mcppro" : { "profile" : "vmax_777" }, "p8" : { "0" : [ { "function" : "button", "key" : 1, "mode" : "dataref", "dataref" : "anim/90/button", "type" : "int", "min" : 0, "max" : 1 }, { "key" : 2, "action" : "systems_avionics" }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "anim/96/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "anim/97/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 5, "mode" : "dataref", "dataref" : "anim/99/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 6, "mode" : "dataref", "dataref" : "anim/100/button", "type" : "int", "min" : 0, "max" : 1 }, { "key" : 7, "action" : "electrical_cross_tie" }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "anim/91/button", "type" : "int", "min" : 0, "max" : 1 } ] }, "rp48" : { "0" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "decision_height" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "" }, { "function" : "button", "key" : 5, "action" : "" }, { "function" : "button", "key" : 6, "action" : "" }, { "function" : "button", "key" : 7, "mode" : "dataref", "dataref" : "anim/94/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 8, "mode" : "dataref", "dataref" : "anim/95/button", "type" : "int", "min" : 0, "max" : 1 } ], "1" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "mode" : "dataref", "dataref" : "anim/7/switch", "type" : "int", "min" : -1, "max" : 6, "increment" : 1 }, { "function" : "rotary", "key" : 3, "mode" : "dataref", "dataref" : "anim/85/switch", "type" : "int", "min" : 0, "max" : 4, "increment" : 1 }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "mode" : "dataref", "dataref" : "anim/108/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 2, "mode" : "dataref", "dataref" : "anim/109/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 3, "mode" : "dataref", "dataref" : "anim/110/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 4, "mode" : "dataref", "dataref" : "anim/111/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 5, "mode" : "dataref", "dataref" : "anim/142/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 6, "mode" : "dataref", "dataref" : "anim/144/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 7, "mode" : "dataref", "dataref" : "anim/143/button", "type" : "int", "min" : 0, "max" : 1 }, { "function" : "button", "key" : 8, "action" : "" } ] }, "t8" : { "1" : [ { "key" : 1, "mode" : "dataref", "dataref" : "anim/40/switch", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 2, "mode" : "dataref", "dataref" : "anim/44/switch", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 3, "mode" : "dataref", "dataref" : "anim/45/switch", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 4, "mode" : "dataref", "dataref" : "anim/129/button", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 5, "mode" : "dataref", "dataref" : "anim/130/button", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 6, "mode" : "dataref", "dataref" : "anim/131/button", "type" : "int", "off" : 0, "on" : 1 }, { "key" : 7, "action" : "" }, { "key" : 8, "action" : "" } ], "0" : [ { "key" : 1, "action" : "" }, { "key" : 2, "mode" : "dataref", "dataref" : "anim/14/switch", "type" : "int", "off" : 0, "on" : 2 }, { "key" : 3, "mode" : "dataref", "dataref" : "anim/15/switch", "type" : "int", "off" : 0, "on" : 2 }, { "key" : 4, "mode" : "dataref", "dataref" : "anim/16/switch", "type" : "int", "off" : 0, "on" : 2 }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "" }, { "key" : 7, "mode" : "dataref", "dataref" : "anim/12/switch", "type" : "int", "off" : 0, "on" : 2 }, { "key" : 8, "mode" : "dataref", "dataref" : "anim/13/switch", "type" : "int", "off" : 0, "on" : 2 } ] }, "wp6" : { "0" : [ { "key" : 1, "mode" : "command", "command" : "sim/annunciator/clear_master_warning", "dataref" : "sim/cockpit/warnings/annunciators/master_warning", "type" : "int" }, { "key" : 2, "mode" : "command", "command" : "sim/annunciator/clear_master_caution", "dataref" : "sim/cockpit/warnings/annunciators/master_caution", "type" : "int", "color" : "yellow", "blink" : 1 }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "action" : "" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[0]", "type" : "int", "color" : "red" }, { "key" : 6, "mode" : "command", "command" : "sim/engines/fire_ext_2_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[1]", "type" : "int", "color" : "red" } ] } } } |
Bombardier Challenger 300 (ddenn)
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 |
{ "devices" : { "mcppro" : { "profile" : "cl30" }, "p8" : { "0" : [ { "key" : 1, "action" : "cl30_electric_battery_left" }, { "key" : 2, "action" : "cl30_electric_battery_right" }, { "key" : 3, "action" : "cl30_electric_generator_left" }, { "key" : 4, "action" : "cl30_electric_generator_right" }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "cl30_electric_standby_instruments" }, { "key" : 7, "action" : "cl30_electric_bus_tie" }, { "key" : 8, "action" : "cl30_electric_apu_generator" } ] }, "rp48" : { "0" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "decision_height" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "" }, { "function" : "button", "key" : 5, "action" : "" }, { "function" : "button", "key" : 6, "action" : "cl30_lights_emergency" }, { "function" : "button", "key" : 7, "action" : "cl30_gust_lock" }, { "function" : "button", "key" : 8, "action" : "cl30_electric_external_power" } ], "1" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "cl30_bleed_air_source" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "action" : "cl30_hydraulics_l" }, { "function" : "button", "key" : 2, "action" : "cl30_hydraulics_r" }, { "function" : "button", "key" : 3, "action" : "cl30_hydraulics_ptu" }, { "function" : "button", "key" : 4, "action" : "cl30_hydraulics_aux" }, { "function" : "button", "key" : 5, "action" : "cl30_bleed_l" }, { "function" : "button", "key" : 6, "action" : "cl30_bleed_r" }, { "function" : "button", "key" : 7, "action" : "cl30_bleed_apu" }, { "function" : "button", "key" : 8, "action" : "cl30_bleed_xbleed" } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "cl30_lights_landing" }, { "key" : 2, "action" : "cl30_lights_taxi" }, { "key" : 3, "action" : "cl30_lights_strobe" }, { "key" : 4, "action" : "cl30_lights_beacon" }, { "key" : 5, "action" : "cl30_lights_nav" }, { "key" : 6, "action" : "cl30_lights_logo" }, { "key" : 7, "action" : "cl30_engine_run_left" }, { "key" : 8, "action" : "cl30_engine_run_right" } ], "1" : [ { "key" : 1, "action" : "cl30_ice_window_heat_both" }, { "key" : 2, "action" : "cl30_ice_wing_heat" }, { "key" : 3, "action" : "cl30_ice_engine_heat_left" }, { "key" : 4, "action" : "cl30_ice_engine_heat_right" }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "cl30_ice_pitot_heat_left" }, { "key" : 7, "action" : "cl30_ice_pitot_heat_right" }, { "key" : 8, "action" : "cl30_lights_smokebelts" } ] }, "wp6" : { "0" : [ { "key" : 1, "mode" : "command", "command" : "sim/annunciator/clear_master_warning", "dataref" : "sim/custom/xap/mast_warn", "type" : "float", "color" : "red", "blink" : 1 }, { "key" : 2, "mode" : "command", "command" : "sim/annunciator/clear_master_caution", "dataref" : "sim/custom/xap/mast_caut", "type" : "float", "color" : "yellow", "blink" : 1 }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "action" : "" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[0]", "type" : "int", "color" : "red" }, { "key" : 6, "mode" : "command", "command" : "sim/engines/fire_ext_2_on", "dataref" : "sim/cockpit2/annunciators/engine_fires[1]", "type" : "int", "color" : "red" } ] } } } |
Bombardier CRJ-200 (JRollon)
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 |
{ "devices" : { "mcppro" : { "profile" : "ga" }, "lgtii" : { "left" : "sim/fuel/fuel_selector_lft", "center" : "sim/fuel/fuel_selector_all", "right" : "sim/fuel/fuel_selector_rgt" }, "p8" : { "0" : [ { "key" : 1, "action" : "electrical_batteries" }, { "key" : 2, "action" : "systems_avionics" }, { "key" : 3, "action" : "electrical_generator1" }, { "key" : 4, "action" : "" }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "" }, { "key" : 7, "action" : "igniters_contin_all" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ] }, "rp48" : { "1" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 5, "action" : "none" }, { "function" : "button", "key" : 6, "action" : "electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "none" }, { "function" : "button", "key" : 8, "action" : "" } ], "0" : [ { "function" : "rotary", "key" : 1, "action" : "none" }, { "function" : "rotary", "key" : 2, "action" : "none" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 1, "action" : "none" }, { "function" : "button", "key" : 2, "action" : "none" }, { "function" : "button", "key" : 3, "action" : "none" }, { "function" : "button", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 5, "action" : "none" }, { "function" : "button", "key" : 6, "action" : "none" }, { "function" : "button", "key" : 7, "action" : "none" }, { "function" : "button", "key" : 8, "action" : "none" } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "action" : "none" }, { "key" : 7, "action" : "none" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ], "1" : [ { "key" : 1, "action" : "none" }, { "key" : 2, "action" : "none" }, { "key" : 3, "mode" : "command", "command_off" : "sim/engines/carb_heat_off", "command_on" : "sim/engines/carb_heat_on" }, { "key" : 4, "action" : "none" }, { "key" : 5, "action" : "none" }, { "key" : 6, "action" : "ice_pitot_heat_all" }, { "key" : 7, "action" : "none" }, { "key" : 8, "action" : "none" } ] }, "wp6" : { "0" : [ { "key" : 1, "action" : "" }, { "key" : 2, "action" : "" }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "action" : "" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fire", "type" : "int", "color" : "red" }, { "key" : 6, "action" : "" }, ] } } } |
Bombardier Dash 8 Q400 (FlyJSim)
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 |
{ "devices" : { "rp48" : { "0" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "decision_height" }, { "function" : "rotary", "key" : 3, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 4, "action" : "efis_zoom" }, { "function" : "button", "key" : 1, "action" : "electrical_batteries" }, { "function" : "button", "key" : 2, "action" : "electrical_generators" }, { "function" : "button", "key" : 3, "action" : "systems_avionics" }, { "function" : "button", "key" : 4, "action" : "electrical_apu_generator" }, { "function" : "button", "key" : 5, "action" : "electrical_cross_tie" }, { "function" : "button", "key" : 6, "action" : "electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "electrical_inverters" }, { "function" : "button", "key" : 8, "action" : "parking_brake" } ], "1" : [ { "function" : "rotary", "key" : 1, "action" : "spoiler" }, { "function" : "rotary", "key" : 2, "action" : "" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "engine_apu_switch" }, { "function" : "button", "key" : 1, "action" : "q400_switches_feather" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "q400_hydraulics_ptu" }, { "function" : "button", "key" : 4, "action" : "systems_hydraulics" }, { "function" : "button", "key" : 5, "action" : "bleed_air" }, { "function" : "button", "key" : 6, "action" : "" }, { "function" : "button", "key" : 7, "action" : "" }, { "function" : "button", "key" : 8, "action" : "" } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "q400_lights_strobe" }, { "key" : 4, "action" : "q400_lights_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "action" : "q400_lights_logo" }, { "key" : 7, "action" : "igniters_contin_all" }, { "key" : 8, "action" : "q400_fuel_pump_all" } ], "1" : [ { "key" : 1, "action" : "ice_window_heat" }, { "key" : 2, "action" : "q400_ice_airframe_select" }, { "key" : 3, "action" : "q400_ice_engine_intake_both" }, { "key" : 4, "action" : "q400_ice_prop_select" }, { "key" : 5, "action" : "q400_ice_boot_air" }, { "key" : 6, "action" : "q400_ice_pitot_both" }, { "key" : 7, "action" : "q400_ice_pitot_stby" }, { "key" : 8, "action" : "systems_seatbelt_smoking" } ] } } } |
Cessna 172SP (Laminar Research)
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 |
{ "devices" : { "mcppro" : { "profile" : "ga" }, "lgtii" : { "left" : "sim/fuel/fuel_selector_lft", "center" : "sim/fuel/fuel_selector_all", "right" : "sim/fuel/fuel_selector_rgt" }, "p8" : { "0" : [ { "key" : 1, "action" : "electrical_batteries" }, { "key" : 2, "action" : "systems_avionics" }, { "key" : 3, "action" : "electrical_generator1" }, { "key" : 4, "action" : "" }, { "key" : 5, "action" : "" }, { "key" : 6, "action" : "" }, { "key" : 7, "action" : "igniters_contin_all" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ] }, "rp48" : { "1" : [ { "function" : "rotary", "key" : 1, "action" : "hsi_selector" }, { "function" : "rotary", "key" : 2, "action" : "efis_map_mode" }, { "function" : "rotary", "key" : 3, "action" : "efis_zoom" }, { "function" : "rotary", "key" : 4, "action" : "" }, { "function" : "button", "key" : 1, "action" : "parking_brake" }, { "function" : "button", "key" : 2, "action" : "" }, { "function" : "button", "key" : 3, "action" : "" }, { "function" : "button", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 5, "action" : "none" }, { "function" : "button", "key" : 6, "action" : "electrical_gpu" }, { "function" : "button", "key" : 7, "action" : "none" }, { "function" : "button", "key" : 8, "action" : "" } ], "0" : [ { "function" : "rotary", "key" : 1, "action" : "none" }, { "function" : "rotary", "key" : 2, "action" : "none" }, { "function" : "rotary", "key" : 3, "action" : "transponder_mode" }, { "function" : "rotary", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 1, "action" : "none" }, { "function" : "button", "key" : 2, "action" : "none" }, { "function" : "button", "key" : 3, "action" : "none" }, { "function" : "button", "key" : 4, "action" : "none" }, { "function" : "button", "key" : 5, "action" : "none" }, { "function" : "button", "key" : 6, "action" : "none" }, { "function" : "button", "key" : 7, "action" : "none" }, { "function" : "button", "key" : 8, "action" : "none" } ] }, "t8" : { "0" : [ { "key" : 1, "action" : "lighting_landing" }, { "key" : 2, "action" : "lighting_taxi" }, { "key" : 3, "action" : "lighting_strobe" }, { "key" : 4, "action" : "lighting_beacon" }, { "key" : 5, "action" : "lighting_nav" }, { "key" : 6, "action" : "none" }, { "key" : 7, "action" : "none" }, { "key" : 8, "action" : "engine_fuel_pump_all" } ], "1" : [ { "key" : 1, "action" : "none" }, { "key" : 2, "action" : "none" }, { "key" : 3, "mode" : "command", "command_off" : "sim/engines/carb_heat_off", "command_on" : "sim/engines/carb_heat_on" }, { "key" : 4, "action" : "none" }, { "key" : 5, "action" : "none" }, { "key" : 6, "action" : "ice_pitot_heat_all" }, { "key" : 7, "action" : "none" }, { "key" : 8, "action" : "none" } ] }, "wp6" : { "0" : [ { "key" : 1, "action" : "" }, { "key" : 2, "action" : "" }, { "key" : 3, "mode" : "command", "command" : "", "dataref" : "sim/cockpit2/annunciators/stall_warning", "type" : "int", "color" : "red" }, { "key" : 4, "action" : "" }, { "key" : 5, "mode" : "command", "command" : "sim/engines/fire_ext_1_on", "dataref" : "sim/cockpit2/annunciators/engine_fire", "type" : "int", "color" : "red" }, { "key" : 6, "action" : "" }, ] } } } |
Pingback: Added nine example XGoFlight configuration files | Caffeinated Aviator()