Ok I figured how to correct it now, I had to move 1, which i'm testing with right now, from except in MyList.

Code:
<KeyList MyList A-Z, 1-9, space except W, A, S, D,E,Q,F,H>
...And also remove 1 from my applytemplate. So now I just have
Code:
<ApplyTemplate FTL "F" "F">
<ApplyTemplate FTL "H" "H">
<ApplyTemplate FTL "E" "E">
<ApplyTemplate FTL "Q" "Q">
So, I'm not sure that I will be able to have a prio cast setup for more then the one I currently have. Additional spellsequences will have to be managed through macros only.