I have installed AutoHotkey_L 1.1.05.05
Let's suppose for simplicity, that I have to use just two hotstrings.
And, let's assume that I removed the "forward slash" character from the list of EndChars.
So, my code looks like the following:
#Hotstring EndChars ([]{};"\,?!`n `t
::a/b::anybody
::b::beThe problem is that whenever I am trying to enter the "a/b" hotstring followed by space, it expands into "a/be", and not into "anybody".What am I doing wrong here?!
Any suggestions?




