Skip to content

Instantly share code, notes, and snippets.

@ruario
Created October 8, 2014 05:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruario/118343ffb9489975f858 to your computer and use it in GitHub Desktop.
Save ruario/118343ffb9489975f858 to your computer and use it in GitHub Desktop.
Start Opera for Mac with activation order tab cycling

Start a terminal and launch Opera via the following command:

open -a /Applications/Opera\ Beta.app --args --with-feature:activation-order-tab-cycling=true

To make that permanent, create a small launcher application. To do this start AppleScript Editor and then choose "File → New (⌘N)" and enter this command:

do shell script "open -a /Applications/Opera\\ Beta.app --args --with-feature:activation-order-tab-cycling=true"

Now "File → Save (⌘S)" as "File format: Application" in a suitable location (/Applications perhaps?). Finally add this launcher application to your Dock and use it to start Opera.

P.S. If you want to start Opera developer this way adjust the script accordingly. It will also be possible to do the same for Opera stable, once version 25 is released.

@ruario
Copy link
Author

ruario commented Oct 8, 2014

It didn't used to work but following changes we made for tab preview it does. And yes, I will open a bug to make the flag accessible via the flags ui on Mac.

In the mean time you can be one of the only people on a Mac who can use this form of tab cycling. ;)

@ruario
Copy link
Author

ruario commented Oct 22, 2014

This is now fixed in Opera 26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment