I'm using really simple hotstrings. I have 2 scripts running with them, and I get this problem occasionally from both of them. Sometimes they will file normally. Other times, they require me to have a space after the hotstring, or they won't fire. Other times they go case sensitive on their own.
For example. My "Hotstrings only" script has about 15 entries all following the same simple format:
Code:
:*:[te::Tested successfully.
:*:[XP::Application.Windows XP.
Normally I can type in just [xp and it will replace it with Application.Windows XP. , other times that will not fire. I try [XP and then it will work. Other times I go back in to edit something and want Application.Windows XP. at the beginning of something like Application.Windows XP.Error. I've already written "Error", but so if I type in the [xp (or [XP) it will leave it like this: [xp.Error. But if I leave a space between the hotstring and Error, it will then fire.
This may be just my machine, but I'm hearing reports from the others who use my scripts getting similar issues. Am I missing some code somewhere? Is this a bug?