This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Nasal/MCDU2/STATUS.nas
2017-11-16 14:29:08 -05:00

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();
}
}