KeyDown / Keypress

I am trying to catch what key the user pressed in listbox, I can not find where to capture the keypress, any help appreciated… I am using macOS Big Sur 11.3 and Xojo version 2021 1.1

KeyUp or KeyDown events?

If it’s Cell Key events, you have to make a Cell editable, then you capture the Cell edit Key events.