I have a macro in Chrome that switches between the last 2 tabs used. I've been trying to do the same in Safari. I know the Shift + Command + Right or Left arrow shortcut but I'm looking for 1 combination of keys to switch back and forth..
1 Like
Hi, and welcome to the forum!
On my system Shift + Command + Left or Right switches between Next, and Previous tab, based on how the tabs are stacked (not necessarily the last tab selected).
There are menu options for these operations, and the toggling can be solve by setting a global variable in an If/Then/Else:
Toggle beween next and previous tab in Safari.kmmacros (4.5 KB)
@LVBruce you could save the current tab URL every time it changes and then one of the solutions described here should get you there. Good luck.
I finally figured it out with some help fro. my friends. Thank You!!!