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