Does ion-segment really support keyboard interaction?

I’m working on an Ionic Vue project and we’re using an ion-segment to allow the user to apply different filters on a list. The docs state that ion-segment responds to the keyboard, and I’d like to take advantage of ArrowRight and ArrowLeft to operate the segment control. However, in our project those keys do nothing, and in fact on that docs page the ion-segment demos don’t respond to the arrow keys. Am I missing something?