View Single Post
Old 10-03-2015, 03:51 PM   #337
Pokec
Member
Pokec began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Sep 2015
Device: PB628 Touch Lux 5
Quote:
Originally Posted by mysiak View Post
Basically in settings:
up/down turns page previous/next - you don't have to tap on tiny icon, just browse with hardware keys
long press up/down - scrolling by line
menu - to confirm the change

It's very convenient
Please, what do you think about remapping hw keys in [bookmarks] section into more standard function too?

actual mapping:

[bookmarks]
KEY_NEXT = MCMD_NEXT_MODE
KEY_PREV = MCMD_PREV_MODE

suggested mapping:

[bookmarks]
KEY_PREV = MCMD_PREV_PAGE
KEY_NEXT = MCMD_NEXT_PAGE
KEY_MENU = MCMD_NEXT_MODE

Prev a Next are standard here, intuitively and expectable for switching between three pages of bookmarks
Menu toggles between mode "Go to bookmark" and "Set bookmark".
Pokec is offline   Reply With Quote