Reiner requested a trick for adding a lot of panels with small differences. For example, 5 plots with the same configuration but with different spacecraft. This is a little tedious right now, because you have to mouse back and forth between the spacecraft selection at the panel editor top and the "add and continue" button at the bottom.
I suggested that control could probably be sensed along with the click, and this would trigger the add and continue action after as the click's change. It's likely this will need to be implemented in each panel editor.
Logged In: YES
user_id=1578913
Originator: YES
I was thinking that maybe if a modifier key, such as SHIFT, is pressed along with the event, then modules could then do an add and continue after the event is handled. However, I don't see any place where modifiers are available in the event.
Maybe modules should have a checkbox that enables this function.