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
Previous revision
Next revision Both sides next revision
manual:Preferences [2021/10/04 04:40]
peternlewis
manual:Preferences [2022/04/13 23:18]
peternlewis
Line 166: Line 166:
 </​code>​ </​code>​
  
-:!: **Alert**: ​ You should **never** set the max number of items to zero.\\ 
 If you set the max number of items to zero, then the Copy action will fail. If you set the max number of items to zero, then the Copy action will fail.
  
Line 173: Line 172:
 <code bash> <code bash>
 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000
 +</​code>​
 +
 +**Multiple Clipboard Separator** (default Return)
 +
 +The separator added if you paste multiple items from the Clipboard Switcher can be configured in the gear menu or set to something else with the command:
 +
 +<code bash>
 +defaults write com.stairways.keyboardmaestro.engine MultipleClipboardSeparator " and "
 </​code>​ </​code>​
  
Line 224: Line 231:
 </​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 249:
 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 272:
 </​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