Posted by member 99 on 2004-03-04 01:46:22 link

$ResolutionX$ = width of primary monitor alone

Negative coordinates and C depend on how the module deals with multiple monitors. I'm pretty sure shortcut2 does use desktop coordinates (ie, -0 = far right of all monitors), which would make -27C = $ResolutionX-27$ if your second monitor has the same x resolution and is to the right of your primary.

But I think the problem with your code is that you must have a matching EndIf for each If. Otherwise try changing all but the first If to ElseIf, as in the example. (but tnl's code should work)