Cursor mouse toggle with Autohotkey not work

cnterr

New member
RL Member
Hello everyone, I have set as hotkey for the mouse cursor toggle, in the general RocketLauncher settings, the keys DEL + F12, the combination of these two keys works well if activated directly from the keyboard but if I try to create a mapping with Autohotkey like:

x::Send, {Del}{F12}

or

x::Send, {SC79}{SC158}

Pressing the "x" key the message "Mouse captured/Mouse released" appears on the screen but in fact the pointer does not appear/disappear, what am I doing wrong?
 
Top