pls test using following script - first run should show empty settings for 15 and 16 and on 2nd run it shows accepted settings but after restart of xyplorer these two settings are lost.
function prListCEA() {
$i = 0;
$info = "CEA config:<crlf>";
while ($i<=36) {
$index = cea($i, -1);
$script= cea($i, -2);
$info .= "CEA[0$i]=$index|$script<crlf>";
$i++;
}
text($info);
// set missing cea 15 and 27
cea(15, 6, "::load('Custom-Event-Actions', 'CEA_ABMiddleClickIcon');");
cea(27, 6, "::load('Custom-Event-Actions', 'CEA_ListLeftClickOnWhite');");
}
XYplorer Beta Club