Input prompts not appearing?

@Nige_S Didn't work — I think it gets semi-permanently confused about the size of the main screen.

@Airy I do it because I don't like accidentally moving the mouse to the wrong monitor; this way the corner is the only place they connect. I tried placing them side-by-side when things were working, and triggering the bug, but it still happened.

I'm also able to fix/reset it with the AppleScript in the other thread — this seems like the best workaround:

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