You should be able to toggle.

Code:
<KeyList MyList blah, blah, blah, blah except q, s, d, z, a, e, x>

<Keylist All 0-9, A-Z, Numpad0-Numpad9, Divide, Multiply, NumpadMinus, NumpadPlus, Backspace, Insert, Home, PgUp, PgDn, Delete, F1-F12, Space, Esc, Enter, Tab, Oem1-Oem7>

<Hotkey CapsLockOff MyList; CapsLockoff Shift MyList; CapsLockOff Alt MyList; CapsLockOff Ctrl MyList>
	  	 <SendLabel w1, w2, w3, w4, w5>
   	<Key %Trigger%>
<Hotkey CapsLockOn All>
	  	 <SendLabel w1, w2, w3, w4, w5>
   	<Key %Trigger%>
Running with CapsLock off uses the list with the movement keys. Turning Capslock on in that example will broadcast all keys to all instances.