fix computer click action, pyautogui resolution scaling issue, tool input get coordinate issue #10

Merged
leopengpong merged 1 commits from 8-ensure-mouse-clicking-works into main 2025-06-12 02:16:36 +00:00
leopengpong commented 2025-06-11 23:21:22 +00:00 (Migrated from github.com)

Known issues:

  • double click still doesn't work. It moves the mouse to the correct position and appears to do a single click. pyautogui might be trying to double click too fast?
  • Not sure why SCALING_FACTOR is needed. All coordinates sent by Claude are 1.25x too small so I just hard coded that - needs investigation
Known issues: - double click still doesn't work. It moves the mouse to the correct position and appears to do a single click. pyautogui might be trying to double click too fast? - Not sure why SCALING_FACTOR is needed. All coordinates sent by Claude are 1.25x too small so I just hard coded that - needs investigation
talksik (Migrated from github.com) approved these changes 2025-06-11 23:34:17 +00:00
Sign in to join this conversation.