This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
MacKeyServer EACCES #36
Comments
Can you test version 0.1.1 and see if you still get the same issue? Not sure why this would be throwing but could be because of the recent PR... |
@sancarn Thanks for your suggestion! Work for me when switch to 0.1.1. 0.2.0 throws the exception above. |
BTW, after switching to 0.1.1, I found a similar "bug" like moses-palmer/pynput#589:
I actually press and release RIGHT META with LEFT META pressed. Since it's the same for two projects, I suspect that it's a Mac issue though ... Code snippet: v.addListener(function (e, down) {
console.log(
`${e.name} ${e.state == "DOWN" ? "DOWN" : "UP "} [${e.rawKey._nameRaw}] (down: ${Object.entries(down)})`
);
}); |
Any solution to this one? |
Happy to accept PRs on this. Bare in mind neither of the maintainers are paid for maintaining this library, nor do we use it anymore. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
prints
Mac Ventura 13.4:
The text was updated successfully, but these errors were encountered: