Quote:
Originally Posted by BenChen
Hi all,
I have incorporated Mark's suggestions. The zip file in post #118 has been updated.
Enjoy!
Ben.
|
works well in PRS-505 (PRS+ 1.1.3) with minor changes:
Remove:
kbook.autoRunRoot.sandbox.getSoValue = Core.system.getSoValue;
kbook.autoRunRoot.sandbox.hasNumericButtons = Core.config.compat.hasNumericButtons;
and replace with:
kbook.autoRunRoot.hasNumericButtons = true;
Thanks Ben