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/PERFDES.nas
Josh Davidson d30cb90a60 Sim: Name
2019-05-08 19:27:26 -04:00

9 lines
215 B
Text

# A3XX mCDU by Joshua Davidson (Octal450) and Jonathan Redpath
# Copyright (c) 2019 Joshua Davidson (Octal450)
var perfDESInput = func(key, i) {
if (key == "L6") {
setprop("/MCDU[" ~ i ~ "]/page", "CRZ");
}
}