View Single Post
Old 08-26-2012, 02:55 PM   #204
bhaak
Groupie
bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.
 
bhaak's Avatar
 
Posts: 164
Karma: 164969
Join Date: Dec 2011
Device: Palm IIIx, (iPhone|Kindle) Touch
Quote:
Originally Posted by techiemonkey View Post
Sorry for again asking but when I go to controls there are nos like 0, 1, etc. What do these nos correspond to in touch. I could figure out only the next and previous page defaults now what do other nos, sidepresses are in touch?
HUR is a CoolReader 3 port using a GUI that has originally been developed for a keyboard Kindle. Internally, the HUR specific code takes touch events and translates them to the keys. Therefore there are much more functions available in the code than the touch based adaption of HUR can interpret.

Currently, HUR only supports translating Enter, 0 and 9 (and short or long presses) for the main window.

You could change the functions manually by editing this file:
/mnt/us/hackedupreader/share/cr3/kindle_touch/keymaps/keymaps.ini

You could change the current behavior by editing line 131 in this file from "'0', LONG = DCMD_PAGEDOWN, 10" to "'0', LONG = DCMD_MOVE_BY_CHAPTER, -1" for going to the previous chapter instead of going back 10 pages.
bhaak is offline   Reply With Quote