Is there a way for a ListView to pass ALL KeyPress events from a USB connected hardware keyboard? The Sub Activity_KeyPress event does not fire for the up arrow and down arrow keys (19 and 20) when a ListView has focus.
I tried the inline Java and couldn't figure out how to specify getting the keyCode event from the ListView which is one level below the android.view.InputEvent so the InputEvent I presume happens at the ListView level and gets consumed by the ListView.
I asked this question a different way in a previous thread and have been trying workarounds and got this far with my investigation...
I tried the inline Java and couldn't figure out how to specify getting the keyCode event from the ListView which is one level below the android.view.InputEvent so the InputEvent I presume happens at the ListView level and gets consumed by the ListView.
I asked this question a different way in a previous thread and have been trying workarounds and got this far with my investigation...