User Tools

Site Tools


manual:Preferences

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
manual:Preferences [2021/10/04 04:40]
peternlewis
manual:Preferences [2021/11/09 03:31]
peternlewis
Line 224: Line 224:
 </​code>​ </​code>​
  
-==== Safari ​Browser Used in Actions & Tokens ====+==== Browser Used in Actions & Tokens ====
  
 **Change which Safari-based Browser will be targeted by the "​Safari"​ Actions, Tokens, and Functions.** **Change which Safari-based Browser will be targeted by the "​Safari"​ Actions, Tokens, and Functions.**
Line 242: Line 242:
 defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariName -string "​com.apple.Safari"​ defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariName -string "​com.apple.Safari"​
 </​code>​ </​code>​
- 
-==== Chrome Browser Used in Actions & Tokens ==== 
  
 **Change which Chrome-based Browser will be targeted by the various Keyboard Maestro "​[[token:​ChromeTitle|Chrome Related]]"​ Actions, Tokens, and Functions.** **Change which Chrome-based Browser will be targeted by the various Keyboard Maestro "​[[token:​ChromeTitle|Chrome Related]]"​ Actions, Tokens, and Functions.**
Line 267: Line 265:
 </​code>​ </​code>​
  
 +**Add additional Browsers to the Front Browser Actions, Tokens, and Functions.**
 +
 +The current list of browsers supported in Keyboard Maestro as a potential front browser include:
 +
 +* com.apple.Safari
 +* com.apple.SafariTechnologyPreview
 +* com.google.Chrome
 +* com.google.Chrome.canary
 +* com.brave.Browser
 +* com.brave.Browser.beta
 +* com.vivaldi.Vivaldi
 +* com.microsoft.edgemac
 +
 +Plus whatever browser is specified as the Safari or GoogleChrome above.
 +
 +You can add additional browsers supported as the Front Browser by including their bundle IDs in the `AdditionalWebBrowserBundleIDs` preference. You can list as many as you like, separated by spaces or commas.
 +
 +<code bash>
 +defaults write com.stairways.keyboardmaestro.engine AdditionalWebBrowserBundleIDs -string "​com.example.Safari,​com.example.Chrome"​
 +</​code>​
  
 +:!: Note:  if the bundle ID includes “safari”,​ it is considered a Safari browser, otherwise it is considered a Chrome-based browser.
  
 ==== Engine Animation ==== ==== Engine Animation ====
manual/Preferences.txt · Last modified: 2023/11/07 00:14 by peternlewis