Re: [python-win32] Accessing Documentation Through Command Prompt / Help File

2023-04-10 Thread Steven Manross
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event Personally, I’ve been using pyautogui a lot to do mostly mouse input (but it handles keyboard operations too)… It seems that there isn’t a lot of MSDN documentation from Microsoft on this subject though. Steven

[python-win32] Accessing Documentation Through Command Prompt / Help File

2023-04-10 Thread Tommy Weber
Hello all, First off thank you to the creators of this project! It seems incredibly useful. Is there a more thorough version of the documentation than the online help version and if so how can I access it? I tried looking for a help file in the “.venv\Lib” path where it is installed but had no luck