Oh you mean what was on the page flip hold? That's super easy. Replacing
<boolean key="0x41" do="doQuiet"/>
with
<boolean key="0x41" do="doFirst"/>
and
<boolean key="0x40" do="doLoud"/>
with
<boolean key="0x40" do="doLast"/>
in applicationStart.xml should do the trick. If anyone could check me on that, please do. I'm not at home, so I'm pulling that mostly from memory. No matter what, that should be safe to try.
(edit: adjusted the numbers to the correct ones)
Last edited by Nogg; 08-16-2007 at 10:58 PM.
|