handleKeypresses() has to be called in order for this function to work.
CTRL+Arrows moves focus in appropriate direction.
CTRL+F keys switches between views, to get back to default press the same CTRL+F key again.
Just Enter (Return) calls interact("keyboard") on focused component.
It's up to component how it handles it.