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/06 01:20]
peternlewis
manual:Preferences [2024/05/27 21:26]
peternlewis
Line 19: Line 19:
 * configure whether and how to show the status menu. * configure whether and how to show the status menu.
 * configure the style of the status menu. * configure the style of the status menu.
 +* configure whether to include macro icons in the status menu.
 * configure whether to include pasting clipboards in the status menu. * configure whether to include pasting clipboards in the status menu.
 * configure whether to include applications in the status menu. * configure whether to include applications in the status menu.
Line 92: Line 93:
 ===== Security Preferences ===== ===== Security Preferences =====
  
-Keyboard Maestro is designed to act on your behave ​and to do many things for you - essentially acting as you in performing tasks. As such, it needs a wide variety of security permissions to perform these tasks.+Keyboard Maestro is designed to act on your behalf ​and to do many things for you - essentially acting as you in performing tasks. As such, it needs a wide variety of security permissions to perform these tasks.
  
 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 302: 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 360: 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 401: 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 410: 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