For movement keys if you do not want to use do not pass, or are like me using Clonekeys on a Mac or some other software that does not support do not pass functionality i use the following 2 macros:


Unbind my movement keys ( i have this on a hot key on all my 5 toons):


/script SetBinding("W")
/script SetBinding("S")
/script SetBinding("Q")
/script SetBinding("E")

Bind movement keys (I have this on all my toons NOT on a hot key, ie this is clicked):


/script SetBinding("W","MOVEFORWARD")
/script SetBinding("S","MOVEBACKWARD")
/script SetBinding("Q","STRAFELEFT")
/script SetBinding("E","STRAFERIGHT")

These 2 macros come in real handy for collection quests, i just change to the new leader after finishing on one toon, hit my unbind hotkey, click bind hotkey, hit new focus hotkey and away I go.

Also note I have A and D bound to abilities in the game, i don't have any use for keyboard turning when i play, just forward, back, strafe left and strafe right.