View Single Post
Old 12-09-2012, 08:42 AM   #193
Stino
Member
Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.Stino can program the VCR without an owner's manual.
 
Posts: 10
Karma: 193434
Join Date: Oct 2011
Location: Germany
Device: Sony PRS-T1, Kindle Paperwhite
Thanks! The gestures you mention in point 2. to 5. works a treat. Sorry, but I miss that in the help.png.

As workaround to for to navigate quick through an large book I use now the CMD_JUMP_FROM_PAGE function of CR3.
1.) I increase the number of jumped pages from 10 to 100 inside keymaps.ini:
Code:
[mainwindow]
Key_Left = CMD_JUMP_FROM_PAGE, -100
Key_Right = CMD_JUMP_FROM_PAGE, 100
2.) I define an area on screen in touch.ini to use it:
Code:
[4]
6=0x01000012
8=0x01000014
Stino is offline   Reply With Quote