keyboard
keyboard copied to clipboard
`keyboard.read_event` crashes with `illegal hardware instruction` on MacOS with PyQt
Python: 3.10 MacOS: 11.0.1 keyboard: 0.13.5 from PyPi and git+https://github.com/boppreh/keyboard.git#egg=keyboard PyQt6: 6.3.1
Simply calling keyboard.read_event() in a PyQt app crashes the application with illegal hardware instruction. This does not happen if just launching python from the terminal then calling keyboard.read_event()