Workflow with nodebooks

I work either on my workstation or with my 14" nodebook, which is more convenient for many situations. Having good workflows is cruical for good work experience, since im working on the mousepad, without numpad, on a smaller screen.

One of my workflows is binding “next tab” for changing faster between 2/3D and Script on the win button, which i dont need because im on linux.

Another one is a bind for expanding the script tab to having more space while prototyping, which i do a lot on the nodebook.

Something id need is a bind to colapse the debugger window, everytime it opens after a run.

What are your workflows?

This is some good advice. I haven’t set a hotkey yet, can you tell me how? The one for expanding the script tab seems useful.

My workflow involves quite a bit of switching between scripts so the built-in hotkeys are what I use most.

  • ctrl+shift+o = quick open scene
  • ctrl+alt+o = quick open script
  • ctrl+alt+f = go to function
  • ctrl+shift+f = find in files

I still struggle to switch back and forth between specific functions in scripts so I remember the line numbers or I hit ctrl+shift+f but it’s still not fast enough. I recently learned about the go to previous edited document next to the search help button which helps a bit.