moses-palmer

Results 134 comments of moses-palmer

Thank you for your report. This appears to be [a known issue](https://answers.microsoft.com/en-us/windows/forum/all/system-tray-issue-after-running-a-full-screen-app/f037eb52-da43-4e72-aa60-4915ebe7a314) on _Windows_. However, I cannot reproduce the issue; perhaps it has been fixed in the version I run...

Fantastic! I will merge this branch shortly.

Thank you for your report. Since you get a dark menu when using *Tkinter*, I presume that that framework calls the `SetPreferredAppMode` _win32_ function. It appears to be undocumented and...

Thank you for your report. @Source61, as you duly note this is a huge missing feature. The long-living branch [`feature-injected`](https://github.com/moses-palmer/pynput/tree/feature-injected) attempts to resolve this. Completing the feature for your backend...

Thank you for your report. Could you please try the version on the *master* branch? The lazy imports have been removed, and they appear to be a problem for *pyobjc*.

Thank you for your report. When I run your script and press a, ctrl, space and tab in that order, I get the following printout: ```shell working working never seen...

Thank you for your report. `GlobalHotkeys` derives from a keyboard listener and accepts the same arguments. Have you tried simply passing `darwin_intercept=some_function` to its constructor?

Thank you for your suggestion! Yes, this repository does accept pull requests! Please submit, and I will review.

Thank you for your report. Could it be that the update included *pyobjc*? I unfortunately no longer have access to a _macOS_ system, but I think some version of *pyobjc*...

Thank you for your report. Do you run an *XOrg* or *Wayland* based desktop? *Wayland* does not provide a general input listening mechanism, so when running under that graphics system,...