Adding hotkey controls to turn your avatar
#Requires AutoHotkey v2.0
+a::
{
SendMode "Event"
MouseClickDrag "Left", 0, 0, -200, 0, 60, "R"
}
+d::
{
SendMode "Event"
MouseClickDrag "Left", 0, 0, 200, 0, 60, "R"
}Using the AutoHotkey script
Using the shortcuts in ENGAGE
Understanding the script
Last updated