Trigger right click

how to trigger the Right click in _handleEnter?

Hi @Debanik . Keyboard events are handled completely different from click events (mouse events). I wasn’t able to find anything on the documentation, but there’s a link to a full example at the bottom, so maybe that could give you more information.

I am not talking about mouse right-click, I am actually talking about remote right-arrow click.

I think you are looking for _handleRight.

Learn more about handling key input