Navigation between tabs

Hi

Is there any way that we can navigate between tabs using keyboard besides only mouse click.

regards

Tabbar has not support for key-navigation, you can attach your own event to onKeyPress event of document and use tabbbar API to navigate between tabs ( tabbar.goToNextTab, tabbar.goToPrevTab )