Open Issues Need Help
View All on GitHubAI Summary: The task is to add Windows support to the SwiftAutoGUI library, a macOS library for simulating keyboard and mouse events. This involves porting the existing macOS functionality to Windows using Windows APIs, handling differences in API calls, keyboard layouts, and DPI scaling, and ensuring compatibility with the Swift on Windows ecosystem. Thorough testing on various Windows versions is crucial.
A library for simulating events such as keyboard and mouse on macOS with Swift.
AI Summary: The task is to add Linux support to the SwiftAutoGUI library, a macOS automation library. This involves replacing macOS-specific APIs with Linux equivalents (X11/Wayland), handling different keyboard layouts, ensuring OpenCV compatibility, updating the build system for Linux targets, and thoroughly testing on various Linux distributions.
A library for simulating events such as keyboard and mouse on macOS with Swift.