manual:Preferences
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:Preferences [2023/10/16 07:21] – [General Preferences] peternlewis | manual:Preferences [2024/07/16 12:10] (current) – [Browser Used in Actions & Tokens] peternlewis | ||
|---|---|---|---|
| Line 93: | Line 93: | ||
| ===== Security Preferences ===== | ===== Security Preferences ===== | ||
| - | Keyboard Maestro is designed to act on your behave | + | Keyboard Maestro is designed to act on your behalf |
| This preference panel aims to summarise the important preferences and allow you to explicitly request them as needed. | This preference panel aims to summarise the important preferences and allow you to explicitly request them as needed. | ||
| Line 243: | Line 243: | ||
| **Change which Safari-based Browser will be targeted by the " | **Change which Safari-based Browser will be targeted by the " | ||
| - | These preferences change AppleScript Application name that is used to control the respective browser in the form of CODE{{{tell application "< | + | These preferences change |
| - | You can Safari-based Browser targeted in Actions, etc, as well as the name of the Safari browser shown in applications: | + | You can configure which Safari-based Browser |
| <code bash> | <code bash> | ||
| defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariBundleID -string " | defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariBundleID -string " | ||
| defaults write com.stairways.keyboardmaestro.engine BrowserSafariName -string " | defaults write com.stairways.keyboardmaestro.engine BrowserSafariName -string " | ||
| - | </ | ||
| - | |||
| - | or | ||
| - | |||
| - | <code bash> | ||
| - | defaults write com.stairways.keyboardmaestro.engine AppleScriptSafariName -string " | ||
| </ | </ | ||
| Line 303: | Line 297: | ||
| :!: Note: if the bundle ID includes “safari”, | :!: Note: if the bundle ID includes “safari”, | ||
| + | |||
| + | ==== Tokens ==== | ||
| + | |||
| + | Tokens are limited to 0.9 seconds in execution time, and are executed somewhat asynchronously in Ventura and later. You can control this with: | ||
| + | |||
| + | <code bash> | ||
| + | defaults write com.stairways.keyboardmaestro.engine TokenTimeout -float 0.9 | ||
| + | defaults write com.stairways.keyboardmaestro.engine ForceSynchronousTokens -bool YES | ||
| + | </ | ||
| ==== Engine Animation ==== | ==== Engine Animation ==== | ||
| Line 361: | Line 364: | ||
| defaults write com.stairways.keyboardmaestro.engine MaxTapUpTime -float 1.0 | defaults write com.stairways.keyboardmaestro.engine MaxTapUpTime -float 1.0 | ||
| </ | </ | ||
| + | |||
| + | The default allowable down time is the double click interval, and the default allowable up time is twice the double click interval. | ||
| ==== Sounds ==== | ==== Sounds ==== | ||
| Line 402: | Line 407: | ||
| </ | </ | ||
| - | The default allowable down time is the double click interval, and the default allowable up time is twice the double click interval. | + | ==== Status Menu ==== |
| You can set configure whether the Status Menu includes the Paste submenu and how many items it includes with: | You can set configure whether the Status Menu includes the Paste submenu and how many items it includes with: | ||
| Line 411: | Line 416: | ||
| </ | </ | ||
| - | You can set configure Display Large text color and display period with: | + | ==== Display Large Text ==== |
| + | |||
| + | You can set configure Display Large Text color and display period with: | ||
| <code bash> | <code bash> | ||
manual/Preferences.1697440861.txt.gz · Last modified: by peternlewis
