View Single Post
Old 11-25-2008, 02:37 PM   #5
ShellShock
Wizard
ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.ShellShock ought to be getting tired of karma fortunes by now.
 
ShellShock's Avatar
 
Posts: 1,176
Karma: 2431850
Join Date: Sep 2008
Device: IPad Mini 2 Retina
Quote:
Originally Posted by BobVA View Post
See Gwynevans suggestion in this thread:
https://www.mobileread.com/forums/showthread.php?t=30689

I think you could use the same approach.
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.

Last edited by ShellShock; 11-26-2008 at 05:03 PM.
ShellShock is offline   Reply With Quote