Jump to content


Photo

[RESOLVED] Question on hotstrings...


  • Please log in to reply
1 reply to this topic

#1 Volodyushka

Volodyushka
  • Members
  • 43 posts

Posted 01 May 2012 - 03:44 AM

Hello Everybody,

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::be
The 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?

#2 JSLover

JSLover
  • Members
  • 920 posts

Posted 01 May 2012 - 03:48 AM

I have installed AutoHotkey_L 1.1.05.05

...why not version 1.1.07.03?...not that that should fix this issue.

What am I doing wrong here?!

...apparently nothing, I just tested that exact script & it works on my computer & with 1.1.05.01 (I haven't updated yet).

Even without overriding the EndChars, typing "a/b" gets "anybody". The only time typing "a/b" results in "a/be" is if I reverse the order of the Hotstrings in the file.