-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Support #30
Comments
How's it going? |
@obv-mikhail Are you considering add MacOS support? I'm expecting inputbot can target all 3 major platform. |
@isunjn it would be great to have MacOS support but I won't contribute to this personally as I don't own a Mac machine. |
How about ask the community for help in the readme and crate docs? |
hey @isunjn, honestly life go in the way of my free time and I haven't worked on this in quite some time. I made some progress on my own fork (77fe704 and 9c1ad49). I'd be happy to make a PR to a dev branch to open this up to the rest of the community if they want to pick up from where I left off, but I likely won't have time until winter. |
@obv-mikhail I went ahead and made a PR for the develop branch, refactor it to whichever branch since it is a WIP :) |
I'll try and work on implementing a solution compatible with MacOS over the next few months, and I'll post any updates / concerns over on this issue.
My current plan is to create some rust bindings around a C file that would call apple's native api for event handling.
The text was updated successfully, but these errors were encountered: