boppreh / keyboard

Hook and simulate global keyboard events on Windows and Linux.
MIT License
3.76k stars 433 forks source link

Update __init__.py #555

Closed songyang1995 closed 2 years ago

songyang1995 commented 2 years ago

replace del dict[key] with dict.pop(key, None) @see issue https://github.com/boppreh/keyboard/issues/554#issue-1268586942