
Originally Posted by
onno baudouin
Indeed, i found hack for both Left + Right (Both use the FGImage module) and i disable the left menu and then use the canvas event callback to see wether left has been pressed.
now i can setup and easily change both labels + events for both buttons (and works fine).
If I was you I don't try (I try it myself and it don't work in all cases !) the FGimage method ...
Use my free module instead !
put uitricks.pyd and key_tricks.py to !\system\libs
And now add this to your code
Code:
from key_tricks import *
import uitricks
# 'Options' lefsoftkey label becomes 'Forward' ...
uitricks.set_text('Forward',EAknSoftKeyOptions)
# 'Exit' becomes 'Back' ...
uitricks.set_text('Back',EAknSoftKeyExit)
binary uitricks module (1st and 2nd pys60 only !)
key_tricks.py
I don't try the code but I think it would have to work fine !