11 lines
288 B
Text
11 lines
288 B
Text
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath
|
|
|
|
##############################################
|
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
|
##############################################
|
|
|
|
var statusInput = func(key) {
|
|
if (key == "L3") {
|
|
fmgc.switchDatabase();
|
|
}
|
|
}
|