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