Description
This is an apparent bug.
In pynput/keyboard/_darwin.py, line 313 and line 315
former source code:
self.on_press(self._SPECIAL_KEYS[key])
apparently, an argument 'injected' is missing here.
maybe the solution is simply add the argument afterwards.
Platform and pynput version
on macos, pynput v1.8.1
Description
This is an apparent bug.
In pynput/keyboard/_darwin.py, line 313 and line 315
former source code:
apparently, an argument 'injected' is missing here.
maybe the solution is simply add the argument afterwards.
Platform and pynput version
on macos, pynput v1.8.1