boppreh / keyboard

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

:package: PyPI package haven't been updated since 2020 #526

Open franknate opened 2 years ago

franknate commented 2 years ago

I cannot wait for those 20 commits.

alaninnovates commented 2 years ago

You can always install from github.

boppreh commented 2 years ago

The logic to handle all types of hotkeys is surprisingly complicated, just look at the current implementation as state machine.

Unfortunately it has bugs that required a rewrite to fix, and with my very limited free time it ended taking this long and I couldn't focus on the master branch.

The good news is that the new branch is 98% done, with lots of bug fixes and new features, so expect a new release very soon.

adabru commented 2 years ago

I'm using alanlichen's workaround: pip install git+https://github.com/boppreh/keyboard.git

ourgit commented 2 years ago

many days passed, when will be the new version available @boppreh

willwade commented 5 months ago

The logic to handle all types of hotkeys is surprisingly complicated, just look at the current implementation as state machine.

Unfortunately it has bugs that required a rewrite to fix, and with my very limited free time it ended taking this long and I couldn't focus on the master branch.

The good news is that the new branch is 98% done, with lots of bug fixes and new features, so expect a new release very soon.

@boppreh i realise you parked it all for now. Mind sharing what your branches were doing /fixing and where the blockages were?