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/PERFCRZ.nas

13 lines
281 B
Text
Raw Normal View History

2019-05-08 23:27:26 +00:00
# A3XX mCDU by Joshua Davidson (Octal450) and Jonathan Redpath
2019-05-08 23:27:26 +00:00
# Copyright (c) 2019 Joshua Davidson (Octal450)
2017-06-30 15:45:41 +00:00
var perfCRZInput = func(key, i) {
2017-06-30 15:45:41 +00:00
if (key == "L6") {
setprop("/MCDU[" ~ i ~ "]/page", "CLB");
2017-06-30 15:45:41 +00:00
}
if (key == "R6") {
setprop("/MCDU[" ~ i ~ "]/page", "DES");
2017-06-30 15:45:41 +00:00
}
}