View Single Post
Old 12-04-2010, 11:32 AM   #3
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by Mackx View Post
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="&lt;DownArrow&gt;"/>
    <option name="Key1" value="&lt;PageDown&gt;"/>
    <option name="Key2" value="&lt;PageUp&gt;"/>
    <option name="Key3" value="&lt;UpArrow&gt;"/>
    <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
Iņigo is offline   Reply With Quote