Is there a way to mimic onKey event in WC?

Looking at the forum I suspect the answer is no, but is there a way to trigger a method on each keystroke in a field?

I have a search form with a global variable in a text field and a tabpanel, typing in the text field should filter a list of records in the tabpanel.
I would like the tabpanel list to be filtered as the user types in the text box.
I can only get the list to update when moving out of the text field, with onDataChange or onAction events, or using a relation based on the global variable.

I’ve looked at the KeyListener plugin but that’s only SC compatible. I’m using 5.2.11 in WC

Anyone got a suggestion?

i guess you can do something like this with the webclientplugin that you can get from ServoyForge.