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/MCDU/STATUS.nas

10 lines
200 B
Text
Raw Normal View History

2017-07-28 17:21:48 +01:00
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath
2019-01-01 01:03:06 -05:00
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
2017-07-28 17:21:48 +01:00
var statusInput = func(key, i) {
2017-07-28 17:21:48 +01:00
if (key == "L3") {
fmgc.switchDatabase();
}
}