keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

dead project, any alternatives?

Open tkossak opened this issue 2 years ago • 7 comments

Hi,

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

tkossak avatar Jul 18 '22 16:07 tkossak

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

tkossak avatar Jul 19 '22 09:07 tkossak

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

gitgrub avatar Aug 15 '22 22:08 gitgrub

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.

Avasam avatar Aug 31 '22 15:08 Avasam

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

gitgrub avatar Sep 06 '22 15:09 gitgrub

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.

HWTsang avatar Jan 04 '23 03:01 HWTsang

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.

gitgrub avatar Jan 04 '23 09:01 gitgrub