Well, I've been messing around with it and got it working by changing to setwinrect.
Now, however, my question is how can I broadcast the function keys to all windows?
I tried this:
Code:
<KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6, F1-F12 except W, A, S, D, Q, E>
But it doesn't seem to work.
No errors, but not working, either.
Actually, since I use keyclone for my mac I would be happy just broadcasting any and all keys.
I tried using this:
Code:
<Hotkey AllMainKeys; Shift AllMainKeys; Ctrl AllMainKeys; Alt AllMainKeys>
  	 <SendLabel w1, w2, w3, w4, w5>
   	<Key %Trigger%>
but that gives me these errors:
Disregarding empty hotkey: <Hotkey E>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey G>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey H>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey I>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey J>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey K>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey L>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey M>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey N>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey O>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey P>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Q>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey R>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey S>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey T>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey U>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey V>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey W>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey X>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Y>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Z>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Apps>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad0>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad1>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad2>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad3>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad4>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad5>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad6>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad7>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad8>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Numpad9>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Multiply>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey NumpadPlus>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Separator>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey NumpadMinus>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey Decimal>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F1>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F2>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F3>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F4>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F5>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F6>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F7>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F8>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F9>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F10>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F11>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F12>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F13>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F14>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F15>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F16>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F17>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F18>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F19>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F20>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F21>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F22>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F23>

Empty hotkeys were found.
Disregarding empty hotkey: <Hotkey F24>

Finished loading hotkey file.
111 errors were found
12 definitions were loaded
0 keys will be used as modifiers

Installing mouse hook
Hook installation succeeded
So, I don't know what I'm doing wrong with it.
Any help is appreciated.