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/MCDU1/PERFDES.nas

13 lines
483 B
Text

##############################################################
# Copyright (c) A3XX Development Team - All Rights Reserved. #
##############################################################
##################################################################
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
##################################################################
var perfDESInput = func(key) {
if (key == "L6") {
setprop("/MCDU[0]/page", "CRZ");
}
}