No, for the code above the event key_Event does not happen, even when listView does not have focus. I tried a few things and even commented out the Sub Activity_KeyPress and that, along with everything else I tried had no effect. Could there be a typeO in the above code?
It seems interesting that the ListView doesn't pass the two key events for keys 19 and 20 (up and down arrow) yet passes all other keys for my hardware keyboard when using a standard Sub Activity_KeyPress?
When the ListView does not have focus, the keys trigger Activity_KeyPress as expected. It is only when the ListView has the focus. The two keys 19 and 20 (up and down arrow) highlight the text in the ListView. So, everything seems to work as described - it just isn't helpful...