Quote Originally Posted by 'zanthor',index.php?page=Thread&postID=93663#post9 3663

Quote Originally Posted by 'GizmoxLoW',index.php?page=Thread&postID=93653#pos t93653
if i have "Strict" unchecked then holding shift and press A or D does nothing except turn my main. its when i have it checked is when it will turn my main and clones. Im testing it now as i type this.. but like i said every other time i try it would get "stuck" and just spin around. ill try disabling the sticky keys in windows and see if that helps...
It has nothing to do with sticky keys in windows, it has to do with the purpose of "strict" and the function of DNP.

Each key press is passed as two events... A key down is sent, and a key up is sent.

If you have strict checked and have A on the DNP list you can press SHIFT - A and it will send a shift A. However if you let go of SHIFT FIRST it sends that up keystroke, wow ignores it... then you let go of A and KEYCLONE ignores it, because you said don't pass A.

This would be called working as intended.
ok i get it, im letting go of one of the buttons first and keyclone thinks its still being pressed...