moses-palmer

Results 103 comments of moses-palmer

#83 contains two separate issues, of which one is fixed. I will reopen this issue, since it contains only the remaining one.

Thank you for your report, and I apologise for the late reply. The difference between keys having `vk` set and keys without is that when a virtual key code is...

Thank you for your report. Does typing Chinese characters normally work in these application? Could it be caused by them not sporting a font that supports Chinese characters? You might...

Thank you for your report. I have tested your code sample on _Ubuntu 21.04_ under _GNOME/Wayland_ in a _Chrome_ window to ensure the _X_ backend is used, and unfortunately I...

Thank you for your report. As I have noted in other issues, I no longer have access to a *macOS* system, so troubleshooting is very difficult. Could you please try...

Thank you for the log. I suspect that `CGEventKeyboardGetUnicodeString` used [here](https://github.com/moses-palmer/pynput/blob/4700885744db047ec68a6e1a5cdd2fd34f0cd148/lib/pynput/keyboard/_darwin.py#L310) returns something unexpected by *pynput*. May I ask you to add some logging to `Listener._event_to_key`? All variables defined within...

Unfortunately not. @wallezhang, can you provide logs?

Thank you for your offer to debug. I would like information about the `event` parameter in [this function](https://github.com/moses-palmer/pynput/blob/b93b1b53028eb824c2557310c73702de2a609a46/lib/pynput/keyboard/_darwin.py#L319). Information can be extracted using the methods found [here](https://developer.apple.com/documentation/coregraphics/quartz_event_services?language=objc). They are available...

I have finally been able to acquire access to a system with *macOS*. So far I have been able to reproduce the error, and unfortunately found that the simple solution...