I use the code below
and in the handle_key_select methodCode:selkey = keycapture.KeyCapturer(self.handle_key_select) selkey.keys = [EKeySelect] selkey.start()
but it does not work.Code:def handle_key_select(self, keycode): appuifw.note(self.messageBox.get())

Reply With Quote

