OpenAdaptAI / OpenAdapt

Open Source Generative Process Automation (i.e. Generative RPA). AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
992 stars 137 forks source link

Mac trackpad gestures are unsupported #145

Open dianzrong opened 1 year ago

dianzrong commented 1 year ago

I'm not sure if there are similar issues with other trackpads but currently some macbook trackpad gestures aren't logged or logged incorrectly.

abrichr commented 1 year ago

Thanks for flagging @dianzrong ! We use https://github.com/moses-palmer/pynput to record and replay actions. Here are a couple of issues that seem relevant:

https://github.com/moses-palmer/pynput/issues/513

https://github.com/moses-palmer/pynput/issues/327

Either we should implement a fix in https://github.com/abrichr/pynput, or at the very least we should update our README to indicate that these are unsupported.

dianzrong commented 1 year ago

After looking into this issue, I think our time would be best used elsewhere, so our README should be updated. I also discovered that touchpad gestures (with Windows 10) are also not supported

dianzrong commented 1 year ago

Note: