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

12 lines
284 B
Text
Raw Normal View History

2017-07-14 15:57:14 +00:00
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath
2017-08-16 20:53:35 +00:00
#########################################
# Copyright (c) it0uchpods Design Group #
#########################################
2017-06-30 15:45:41 +00:00
var perfDESInput = func(key) {
if (key == "L6") {
setprop("/MCDU[1]/page", "CRZ");
}
}