Thread: Coolreader
View Single Post
Old 03-09-2011, 01:36 PM   #8
reader42
Zealot
reader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it isreader42 knows what time it is
 
Posts: 117
Karma: 2097
Join Date: Feb 2010
Device: none
Quote:
Originally Posted by kacir View Post
Just let us know how we (PB360 owners) can help you.
Well the only thing that needs to be done, is adjust the keymaps.ini

The idea is, that you connect the keys (KEY_*) with the actions ( DCMD_*, MCMD_*, CMD_* )

So if the Down-Key should got to the next page (in the "main"-view aka the book itself) you write in the [main] section:
Code:
KEY_DOWN = DCMD_PAGEDOWN
or to jump 5 pages
Code:
KEY_DOWN = DCMD_PAGEDOWN, 5
reader42 is offline   Reply With Quote