Support for Orion browser in "Front Browser" actions and variables

do javascript has been implemented in Orion V. 0.99.129-beta. @peternlewis

As before, I set the following:

defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariBundleID -string "com.kagi.kagimacOS"

defaults write com.stairways.keyboardmaestro.engine BrowserSafariName -string "com.kagi.kagimacOS"

The results when tested with tokens:

  • %SafariTitle% and %SafariURL% are read from Orion (only). :heavy_check_mark:

  • %FrontBrowserURL% reads the URL from Orion when it is the front browser. :heavy_check_mark:

  • %FrontBrowserTitle% reads the title from Orion when it is the front browser. :heavy_check_mark:

  • %SafariTitle% and %FrontBrowserTitle% take the title from the first tab in Orion, rather than from its active tab. :x:

  • %SafariTitle% and %FrontBrowserTitle% seemed to fail at times (not often), until the Keyboard Maestro Engine was restarted. :x:

The action Click Front Browser Link worked! :heavy_check_mark:
(So did Click com.kagimacOS Link :wink:)

1 Like