Greetings Gurus, I have a command below:
go c:\Ancient SWITCHPATH c:\Ancient\Settings openinleft TABFINDEXISTING
The switchpath does not work when used with TABFINDEXISTING
Can that be fixed?
Greetings Gurus, I have a command below:
go c:\Ancient SWITCHPATH c:\Ancient\Settings openinleft TABFINDEXISTING
The switchpath does not work when used with TABFINDEXISTING
Can that be fixed?
I reckon that's by design.
You could "fix" it with a modifier, e.g.:
@keydown:none
Go c:\Ancient SWITCHPATH c:\Ancient\Settings OPENINLEFT
@keydown:shift
Go c:\Ancient OPENINLEFT TABFINDEXISTING
A more sophisticated solution is possible with a script that compares a list of switch paths against the paths open in tabs and decides which path to open in which tab.
Cool suggestion, I like your thinking, ideally I would like a single function solution without reliance on a modifier. I may use a script if the devs don't implement it, but the options of the 'Go' function should ideally work together.