Hi,
I am trying to get Fastscripts be able to control the switching to a specific Finder tab using keyboard shortcuts (command+1, command+2, etc). I have been able to get this working for Safari using the following script:
However I have not been able to get this working with Finder. Does anyone have a clue on how to make Finder understand a go to tab command?
Thanks!
I am trying to get Fastscripts be able to control the switching to a specific Finder tab using keyboard shortcuts (command+1, command+2, etc). I have been able to get this working for Safari using the following script:
Code:
tell application "Safari"
try
tell front window to set current tab to tab 1
end try
end tell
However I have not been able to get this working with Finder. Does anyone have a clue on how to make Finder understand a go to tab command?
Thanks!