boppreh / keyboard

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

dead project, any alternatives? #558

Open tkossak opened 2 years ago

tkossak commented 2 years ago

Hi,

This project seems to be dead and full of bugs. What's the best alternative for linux?

tkossak commented 2 years ago

PyAutoGUI - it can do more than keyboard/mouse automation.

gitgrub commented 2 years ago

But PyAutoGUI cant read keystrokes, that's what I am looking for.

Avasam commented 1 year ago

But PyAutoGUI cant read keystrokes, that's what I am looking for.

https://pypi.org/project/pynput/ It can control and monitor mouse and keyboard. It can also send hotkeys.

gitgrub commented 1 year ago

Thank you, keyboard is ok for me atm, but I will take a look at pynput.

HWTsang commented 1 year ago

But PyAutoGUI cant read keystrokes, that's what I am looking for.

https://pypi.org/project/pynput/ It can control and monitor mouse and keyboard. It can also send hotkeys.

There is a bug in pynput. Hotkeys like f1 does not work.

gitgrub commented 1 year ago

Thank you for pointing that out. Its disappointing to see that supposedly simple and expected things do not work. Stability and reliability is what we need. Well, on the other hand it is for free, so I can't really complain.

willwade commented 2 months ago

I’d just like to add that none of the others support suppress - granted it’s only a windows thing I’ve spent a longtime with alll of them. IMHO this keyboard library is the best.