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

14 lines
483 B
Text
Raw Normal View History

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