A self-target action for Controller

Update:

I have some solution for you in Autohotkey, it’s far not perfect though, but maybe you’ll find it useful.

You bind X for example to 1 with Steam Configurator
this program first moves the mouse to the center
which switches the game from gamepad mode to mouse mode
then it right clicks (you should bind the seal to Right click in Grim Dawn toolbar) //can be changed if needed
which casts the Seal on top of yourself

The problem is that it stays in Mouse Mode after that and you have to use Analog stick just a little bit to switch to Gamepad Mode back again
[if anyone has an idea how to improve it, tell me)
but it works - you fight with gamepad, push Square for example and the Seal is beneath your feet but you need to use the stick briefly after that to be able to use gamepad again

center := 683   ;for 1366 x 768 res

1::
    if (center > 683)
        center := 683
    else {
        center := 684
    }  

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

Tell me your resolution if you’re interested in testing it
It’s seems better than running to the seal which you don’t often even see