moses-palmer

Results 103 comments of moses-palmer

Thank you for your contribution! However, I'm not entirely certain that the current behaviour is a bug. It is easy to reason about; a hot-key will be triggered once its...

Thank you for your report. Unfortunately, I cannot reproduce this; on my system, the expected symbols are consistently produced. Do you think this could be an issue with your _X...

Thank you for your report. I think the issue might be with a recent regression in *pynput* rather than something related to virtual environments. Are you certain that the version...

Thank you for your report, and sorry for this late reply. I am afraid that I cannot reproduce; for me, it consistently prints salaam. Have you tried other variations to...

Thank you for your report. Does the following minimal patch fix the error? ```diff diff --git a/lib/pynput/_util/xorg.py b/lib/pynput/_util/xorg.py index 72dbd4a..1f60f9f 100644 --- a/lib/pynput/_util/xorg.py +++ b/lib/pynput/_util/xorg.py @@ -409,8 +409,7 @@ class...

The listener code has now been changed on the *master* branch, so I will close this issue. If you still experience random hangs, please reopen.

Thank you for your report. When you say that *your numpad returns None*, do you mean that `key.char` is printed as `None`? That is expected, as there is no character...

Thank you for your report. *pynput* does not perform any transformation of the input events received from the operating system on *macOS*, but your observations indicate that might be necessary.

That is strange... Could you please re-run you sample with the following patch applied? ```diff iff --git a/lib/pynput/keyboard/_base.py b/lib/pynput/keyboard/_base.py index ce2ac3d..9cbb1b1 100644 --- a/lib/pynput/keyboard/_base.py +++ b/lib/pynput/keyboard/_base.py @@ -69,7 +69,9 @@...

Thank you for your report and kind words. Unfortunately, I do not have access to a _Big Sur_ system, so I cannot investigate. The [documentation](https://developer.apple.com/documentation/applicationservices/1460720-axisprocesstrusted) is, as always with Apple,...