No keyboard event when "next" key is pressed in a form?

I couldn’t find a proper solution. For now, I use an input (not ion-input), bind to the blur event and check if event.sourceCapabilities === null, then do whatever in that if statement. I use a regular input because ionBlur does not seem to have the sourceCapabilities property. SourceCapabilities being null or something else seems to be the only distinguishing factor between a regular blur event and a blur event caused by pressing the next button, I’m not sure though.