macOS support — Quartz event tap for OS input injection #7
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/raven#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current ActionExecutor only supports xdotool (X11/Linux) and pyautogui (cross-platform, but pyautogui has macOS quirks).
For macOS, add a dedicated
QuartzBackendusingQuartz.CGEventCreateMouseEventandQuartz.CGEventCreateKeyboardEvent.Requires: Accessibility permission in System Settings → Privacy & Security → Accessibility. First-run wizard must prompt for this.
The
ActionExecutorbackend auto-detection adds:darwin→ try Quartz import → fall back to pyautogui.Also ensure the camera loop works correctly with macOS AVFoundation camera access permission.