How can we create a simple (or not so simple) script that scans the contents of another .ahk file for unuseful hotstrings? Lets say the file we want to examine has thousands of defined hotstrings, some with asterisk, some without. Then, we eventually notice the presence of the two following:
:*:imho::in my honest opínion
:*:idk::I don't know
:*:afaik::as far as I know
::btw::by the way
::wra::what's happened at
:*:pdnai::plausible deniability
:*:idkw::I don't know why
As you can see, the second and the seventh hotstrings have a conflict, because the existence of the second will void the purpose of the seventh, regardless of the order they appear. So, is there a solution or command like "listhotkeys" to make this conflicted hotstrings to be marked?
Thanks.




