View Single Post
Old 05-30-2013, 06:02 AM   #23
pkbo
Addict
pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.
 
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
Quote:
Originally Posted by troll05 View Post
You can call it up, but it only translates the first word on the page and then there is no way to select another one or close the dic.
Actually there is. You need to take keymaps.ini from zip file from this post. It contains the following section:
Code:
[dict]
KEY_MENU = MCMD_OK
KEY_MENU, LONG = MCMD_CANCEL
KEY_PREV = PB_CMD_LEFT
KEY_NEXT = PB_CMD_RIGHT
KEY_HOME, LONG = PB_CMD_UP
KEY_HOME = PB_CMD_DOWN
KEY_NEXT, LONG = DCMD_PAGEDOWN
KEY_PREV, LONG = DCMD_PAGEUP
Let me know if I need to explain how it works?
pkbo is offline   Reply With Quote