Passing from one node to another with keyboard using tab key

Hi…

I am new to GOJS. And to jump from one node to another or from one group to another by using the tab key.

Meaning by that, when a node or a group is selected, then, hitting the tab key would select the next node or the next group into the diagram.

Override CommandHandler.doKeyDown to handle Tab keys. Call the base method to handle all other keys. Read GoJS Commands -- Northwoods Software for more discussion and an example.

ThankYou @walter