View Single Post
Old 07-27-2013, 07:00 AM   #387
scende
Junior Member
scende began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jul 2013
Device: PB623
Thanks for your answer !
1 - no, I do not have, but that's ok if there are other ways to exit (maybe a different version of the reader)
2 yep, that works, thanks !

At the end, here is what I have, and this works perfectly.
In PB Lux, "Home", "home long" and "Menu long" are kept for PB and can not be customized

[cite]
KEY_PREV = MCMD_SCROLL_BACK => move to previous paragraph
KEY_PREV, LONG = MCMD_CANCEL => exit without change
KEY_NEXT = MCMD_SCROLL_FORWARD => move to nextparagraph
KEY_NEXT, LONG = PB_CMD_RIGHT => move to the next menu key fot type of paragraph selection
KEY_MENU = MCMD_OK => exit with change

[bookmarks]
KEY_PREV = MCMD_PREV_ITEM => move to previous note
KEY_PREV, LONG = MCMD_PREV_PAGE => move to previous page
KEY_NEXT = MCMD_NEXT_ITEM => move to next note
KEY_NEXT, LONG = MCMD_NEXT_PAGE => move to next page
KEY_MENU = MCMD_CANCEL => exit list of notes

Thank you answering all my questions ... I know I was a pain ...

Have a wonderful week-end !

Last edited by scende; 07-27-2013 at 07:21 AM.
scende is offline   Reply With Quote