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
manual:Preferences [2023/10/28 20:46]
peternlewis [Security Preferences]
manual:Preferences [2024/05/27 21:26]
peternlewis
Line 303: Line 303:
  
 :!: Note:  if the bundle ID includes “safari”,​ it is considered a Safari browser, otherwise it is considered a Chrome-based browser. :!: Note:  if the bundle ID includes “safari”,​ it is considered a Safari browser, otherwise it is considered a Chrome-based browser.
 +
 +==== 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
 +</​code>​
  
 ==== Engine Animation ==== ==== Engine Animation ====
Line 361: Line 370:
 defaults write com.stairways.keyboardmaestro.engine MaxTapUpTime -float 1.0 defaults write com.stairways.keyboardmaestro.engine MaxTapUpTime -float 1.0
 </​code>​ </​code>​
 +
 +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 413:
 </​code>​ </​code>​
  
-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 422:
 </​code>​ </​code>​
  
-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.txt · Last modified: 2024/05/27 21:26 by peternlewis