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/PERFCRZ.nas
2017-07-14 11:57:14 -04:00

14 lines
336 B
Text

# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath
#######################################
# Copyright (c) A3XX Development Team #
#######################################
var perfCRZInput = func(key) {
if (key == "L6") {
setprop("/MCDU[1]/page", "CLB");
}
if (key == "R6") {
setprop("/MCDU[1]/page", "DES");
}
}