Quote:
Originally Posted by JeffElkins
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.