Hello all,
As a volunteer, I am helping our local archive to digitize scans of ancient documents. But, since I am an experienced programmer, I would like to make things easier. For that reason I have already created a number of AutoHotKey scripts. These scripts show some ‘most recently used’ names and places and show options in menu’s. This works fine.
At this moment I am trying to improve the process further. For that purpose, I would need to be able to detect (in AutoHotKey) which webform control ‘has focus’. The webforms are maintained by an external company, so I cannot influence them directly.
Basically, the process encompasses two forms:
If I could read the name of the control which has focus, I could limit the hotkeys to specific controls and show options, based on the active control too.
Would it be possible to ‘send’ the name of the active control to AutoHotKey using an AddOn and are there any resources which already do stuff like that?
Thanks in advance!