12 lines
351 B
Text
12 lines
351 B
Text
##################################################################
|
|
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
|
|
##################################################################
|
|
|
|
var perfCRZInput = func(key) {
|
|
if (key == "L6") {
|
|
setprop("/MCDU[0]/page", "CLB");
|
|
}
|
|
if (key == "R6") {
|
|
setprop("/MCDU[0]/page", "DES");
|
|
}
|
|
}
|