Quote Originally Posted by Bettysue View Post
Can you copy and paste your macros directly and place them in [ CODE] [ /CODE] tags. When you were replacing the names it's possible something got messed up. Check for appended spaces, and make sure there is a carriage return at the end of each line, even though they should work it's possible the macro is wrapping in the window giving the illusion it has a new line when in fact it does not.

Also what program are you using for sending keystrokes. If it's HKN I can help you with some of the common problems I've run into. The other programs have their share of knowledgeable people that should be able to help with them, we just need as much info as possible to narrow down the problem.

Also remember not all keys work with all of the modifiers, though the keys you listed should work just fine.

And just for reference the follow macro only has to have the following:

/follow [mod:ctrl,mod:shift,nomod:alt,target=Lowerquality] [mod:ctrl,mod:alt,nomod:shift,target=Nooquality]

and you should add the nomod sections which you omitted in your macros, otherwise there may be conflicts if you add or change chars.
You can shorten this as well if you start approaching the character limit:

/follow [mod:ctrl,mod:shift,nomod:alt,@Lowerquality] [mod:ctrl,mod:alt,nomod:shift,@Nooquality]