A self-target action for Controller

Update:

Now when I now your resolution I compiled

center := 960   ;for 1920 x 1080

1::
    if (center > 960)
        center := 960
    else {
        center := 961
    }  

    MouseMove, center, 540
    Sleep, 10
    Send {Click, right}
Return


You don’t even need to install AutoHotkey to run it (it’s only needed for compilation). You can see it running outside of Grim Dawn (when you press ‘1’ your mouse cursor will move to the center (and 1 pixel to the left and to the right back and forth ) and right click. In the game you need to bind some button to 1 in Controller Configuration and bind Right Click to the Seal in Ui skill toolbar. Tell me if it doesn’t work for some reason