Well, the thing is that the Go to feature supports a lot more than just locations, but also VF, Name Search, URL, etc
But, if you use this script instead of the Go to feature, then a new tab will be opened each time. Of course, if you typed in something like an URL or a script, that will be pointless, obviously, but for locations it'll work as expected I think. Note however that you won't have any MRU here like you do on Go to, also.
Code: Select all
input $dest, "Enter destination";
// *dreams for commands to opentab & closetab*
#340;
goto $dest;
Since you're new, in case you don't know how to use this script here's what you need to do :
- menu User|Manage Commands
- Click on "Run Script", then button "New"
- On "Caption" put whatever your want, e.g. "Go to In New Tab..."
- Click on the "Edit..." button to enter a multi-line script, and paste the script above
- If you want, you can assign a KS
- Click "Apply" and then "OK"
Now, you can use it using the KS you assigned, or menu User|Run Script|Go to In New Tab... (or whatever caption you used)