I love automating daily tasks using AutoHotKey and Python. I like using my keyboard instead of my mouse, so I tend to make hotkeys with AutoHotKey that do various actions that you'd otherwise need to use the mouse for, or that you'd need to use too many keyboard actions to do.
But there are some actions that I don't succeed in automating. For example, the dropdown menu for changing the number of monitors that a VM uses in VMWare Workstation. I think that one thing that would really help me with this automation task, and possibly with more in the future, is to be able to simulate menu item clicks.
Is this possible? I want to fool a program into thinking that one of its menu items were clicked. I know to program in Python and AutoHotKey. Is it possible at all, and specifically in these two languages?