LeaguePyBot
LeaguePyBot copied to clipboard
Update dependency pynput to v1.7.7
This PR contains the following updates:
Package | Update | Change |
---|---|---|
pynput | patch | ==1.7.3 -> ==1.7.7 |
Release Notes
moses-palmer/pynput (pynput)
v1.7.7
- Small corrections to the documentation.
- Handle explicit timeout when calling
join
on listeners. - Correct regression in hot key handling for special keys.
- Reverted changes to lazy loading of
CoreFoundation
andQuartz
, since this still does not appear to work. Thanks to Zach Zaiman! - Let the type of values in
Key
beKeyCode
so that type checkers are not confused. Thanks to Amund Eggen Svandal! - Do not crash in
__del__
on Xorg if display creation fails. Thanks to Gabriele Pongelli! - Correct support for emojis on Windows. Thanks to Yunus Emre!
v1.7.6
- Allow passing virtual key codes to the parser for global hot keys.
- Stop the recording context asynchronously on Xorg.
- Do not pass
None
toobjc.objc_object
. Thanks to yejunxi! - Do not crash when pressing the alt key on uinput. Thanks to Caldas Lopes!
- Use the correct option prefix for listeners derived from the backend implementations. Thanks to Yu Wang!
v1.7.5
- Corrected crashes on Xorg when a listener was configured to suppress system events. Thanks to jpramosi!
- Improved handling of keyboard controller on Windows. The controller now has a greater change of working with applications using lower level events. Thanks to bhudax!
- Updated macOS implementation to use new version of pyobjc.
v1.7.4
- Detect whether permissions are lacking on macOS. Thanks to Dane Finlay!
- Eagerly import symbols from
CoreFoundation
andQuartz
. Thanks to Ronald Oussoren! - Improved handling of
dumpkeys
utility. Thanks to Markus Niedermann! - Removed ambiguous license file.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.