View Single Post
Old 11-27-2008, 05:26 PM   #6
lovebeta
Groupie
lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.lovebeta has a complete set of Star Wars action figures.
 
Posts: 176
Karma: 406
Join Date: Jan 2008
Device: Amazon Kindle 2, Amazon Kindle, Sony PRS-505
Quote:
Originally Posted by ShellShock View Post
That thread shows how to map holding the "Enter" key down to an action.

In applicationStart.xml we have:

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

So Enter and hold+Enter do the same thing.

I suggest mapping Enter to the page turn; this still leaves hold+Enter as it is at the moment:

<boolean key="0x27" do="doNext"/>
<boolean key="0x27-hold" do="doCenter"/>

This seems to me the simplest solution. You just need to remember to hold down the Enter key to get it to do what it currently does.

Edit: I have just tried this and it works very well.
This is exactly what I did. It is not perfect, but I'll settle on this before I found the proper functional call. There aren't that many in page jumps anyway.
lovebeta is offline   Reply With Quote