User Tools

Site Tools


manual:Scripting

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:Scripting [2019/06/20 22:26]
peternlewis
manual:Scripting [2019/07/15 03:33]
peternlewis [Controlling Keyboard Maestro via Scripting]
Line 212: Line 212:
  
 See the Keyboard Maestro AppleScript dictionary for more information. See the Keyboard Maestro AppleScript dictionary for more information.
 +
 +===== Controlling Keyboard Maestro Engine via Scripting =====
 +
 +You can adjust Keyboard Maestro Engine windows with:
 +
 +<code applescript>​
 +tell application "​Keyboard Maestro Engine"​
 +    set bounds of window "​Clipboard History Switcher"​ to {1000, 50, 2000, 1200}
 +end tell
 +</​code>​
  
  
manual/Scripting.txt ยท Last modified: 2023/10/04 04:27 by peternlewis