-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
bunch of improvements: MacOS Stylus, Virtual Key, Reconnect, etc. #276
base: master
Are you sure you want to change the base?
Conversation
I made a build incorporating your patch along with the other patches here https://github.com/electronstudio/WeylusCommunityEdition |
@electronstudio the "virtual key" feature just got updated -- user may design multiple layout profiles, and sync between clients now. |
@lyonbot ok i'll update soon. I have Mac and Linux builds, but I would really like to get a Windows build working. Does my Mac build run? I don't have a Mac to test it. |
Tested with two MBP:
|
I assume the xttr thing is unavoidable unless someone signs the app with a dev certificate? I think there is still one x64 image available on Github Actions so I can do an x64 build with that. |
Yes, and i think a simple shell command is okay to most users.
Found a solution and will test again later. And as for the weird mouse bug, still reviewing autopilot-rs 's code. |
heck! a fork of autopilot-rs is still required :( |
I'm having a couple of problems building on Windows. First, Windows doesn't have bash shell. I think I've fixed this by changing your build_www function (but there might be a nicer way, I don't know Rust):
|
Second, I get three cases of
in I could fix them by making it return 0 or whatever in those cases but I don't know if that is safe to do. |
Can be ignored as NO-OP. These EventType are for MacOS tablet events only (yet). |
Thanks, windows build seems to be working. |
@electronstudio The experience improves significantly on my budget Win tablet + Krita app on MacOS |
Cool, added and sent you a PR with what I'm changing to get it to build on Windows. |
fixes to allow building on windows
@lyonbot apparently getCoalescedEvents() doesn't work on iOS, can it be made optional? electronstudio#7 |
@electronstudio fixed getCoalescedEvents problem. Sorry for being late, had tough weeks. |
Thanks, no need to rush. |
@lyonbot Whenever you have time... Seems there are exceptions being thrown on the web browser console since the changes from august 10th: electronstudio#10 |
Possible bug report: electronstudio#13 |
I've already incorporated |
whoops. i even thought this project is abandoned. not sure whether easy. i'll make a try |
separated as these PRs:
|
getCoalescedEvents()