web keypressed doesn't work?

You can use JavaScript to get Keypress and Keydown in any control.

But since WebListBox does not take focus, it makes very little sense. Actually, while I am working on a future Listbox for the web I tried to implement that, and it ends up working only while a cell is edited. Which makes sense.

Really, using the WebPage event should not be a problem in most cases.