Navigation around the interface without a mouse?

I’m trying to create few scripts to do the repetitive work for me like adding the animations to the newly imported character sheets. to ensure the accuracy I like to avoid mouse clicks in my scripts so i need a series of keyboard inputs that I can make my script repeat.
however it seems that the tab key doesn’t jump around interface, therefore I can’t for example add a new animation then tab to the id field to edit the name and the rest of settings:


is it possible to add a keyboard shortcut for that? is there any internal script that I can run to automate such tasks?

3 Likes

Hi @ddtnfm! Sorry, keyboard navigation overall is lacking in the editor and there is no internal scripting available either. Please add any feature requests here: https://github.com/defold/editor2-issues/issues

3 Likes