Prompt for User Input Window Not Appearing Even Though It Is Triggered

Try this:

tell application "System Events"
   tell application process "Keyboard Maestro Engine"
      tell (first window whose subrole is "AXSystemFloatingWindow" and title is "Keyboard Maestro User Input")
         set its position to {20, 40}
      end tell
   end tell
end tell
1 Like