Quote Originally Posted by 'OLIPCS',index.php?page=Thread&postID=126194#post1 26194
no,cause if no hotstring is found it would pass normaly.
What the option do is (if i understand it correct):

If what you have pressed could be mapped to a hot string, it will only pass the hotstring and not any modifiers you pressed with it.

Example:
You defiend a hotstring like:
'f' ---> followA

and you press: 'shift +f'

Without the "only pass Hotstring"-Option the following happens:

you press 'shift + f' its translatet to 'shift + followA'

With the Option:

you press 'shift + f' its translatet to 'followA' (because the modifiers are ignored which you pressed)

This would work, you have only to remeber that with this option also an 'alt + f', 'ctrl + f' etc. .... would activate the follow.
But if i activate pass hotstrings only, it wont pass keys i haven't hotstringed.
I have f.ex my totem of wraths on SHIFT+D

But i guess i could just hotstring SHIFT+A to do SHIFT+A on the slaves, not that much work ..