Quote:
Originally Posted by Mackx
Hi Iņigo,
The binary is also running on the DR1000. The 0.10.7 version mapped the down and long-down irex-keys to smallScroll and largeScroll, allowing to scroll down on a chm-page and go to next chm-pages with a long-press. However it seems that the 'actioncodes' in fbreader have changed, so the down-arrow does not have the same effect as before. Currently this does not allow me to scroll down in chm-files. (I still need to check what to change.)
I will see if there are more issues related to the changes in fbreader.
Unfortunately I will not have much time coming days/weeks, so I will do my best and publish progress here.
Marcel.
|
Ok, thanks for the quick answer Mackx.
Here there is an extract of my options.xml file. It works perfectly for .fb2 files:
Code:
<group name="Keys">
<option name="Action0" value="pageForward"/>
<option name="Action1" value="nextTOCSection"/>
<option name="Action2" value="previousTOCSection"/>
<option name="Action3" value="pageBackward"/>
<option name="Key0" value="<DownArrow>"/>
<option name="Key1" value="<PageDown>"/>
<option name="Key2" value="<PageUp>"/>
<option name="Key3" value="<UpArrow>"/>
<option name="Number" value="4"/>
</group>
I've updated the first message with a new version and the source code, nothing new for you ;-)
I'll take a look at the menu code these days.
Iņigo