I have an AHK script that I typically use to use as shorthand replies. For example:
::test::
Send, Hi, this is a test.
Return
::test2::
Send, hi this is test2.
Return
::test3::
Send, hi this is test3.
Return
What I need to find is a way to count and store the amount of times each hotkey is run daily. Can anyone help with this? I have excel available and have trawled the user forums, but can't find an answer.