Hi again,
I prefer my shuttle to only go to station with a specific name, so I made a little change to my version to add a filter function. I don't want to call the shuttle anywhere when i press ctrl+j, only to a station named "shuttle something". If you think it's useful you could add it to your version. I've only replace line 501 and 507 in control to
if (not lowestDistance or distance < lowestDistance) and tempname:find("shuttle") then
(and move tempname up a bit).
Maybe I missed something but it seems to work.
Of course you could add an option for the name. Feel free to add that if you like !