View Single Post
Old 08-16-2007, 10:54 PM   #50
Nogg
Literate!
Nogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it isNogg knows what time it is
 
Posts: 256
Karma: 2247
Join Date: Mar 2007
Device: PRS-500
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.
Nogg is offline   Reply With Quote