moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.78k stars 248 forks source link

Change keycode_context on Darwin keyboard Listener #512

Open perroboc opened 1 year ago

perroboc commented 1 year ago

Creating a pynput keyboard Listener after starting a GUI (pyside6, pyqt6, tkinter) on macOS (Monterey, M1) crashes Python.

Funny enough, creating a Controller on the same spot doesn't generate a crash, so this is a simple "fix" to imitate the way Controller starts on macOS in Listener.

Should fix #511