Possible Duplicate:
How to call Exit Command when I press Key # in Lwuit Mobile Application?

How Can I Call Command like SELECT, OPEN when I press Key # in LWUIT MIDLET Mobile Application.

link|improve this question

answer is essentially the same as in your prior question: stackoverflow.com/questions/8834441/… for that matter, the question is essentially the same, too – gnat Jan 13 at 16:48
feedback

closed as exact duplicate by Anna Lear Jan 13 at 21:20

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

Capture the press of the key using Canvas.KEY_POUND and do the action what you want to do.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.