View Single Post
Old 07-27-2008, 09:00 AM   #47
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,878
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by JeffElkins View Post
In applicationStart.xml I changed:

Code:
<boolean key="0x27-hold" do="doCenter"/>
to:

Code:
<boolean key="0x27-hold" do="doQuit"/>
to enable that function.
Actually, the correct way to do it is

Code:
<boolean key="0x27-hold" do="doDeviceShutdown"/>
because then you get the 505 displaying that it is shutting down.
JSWolf is offline   Reply With Quote