Sets whether arrow keys are ignored by the edit box unless the Alt key is held.
Sets whether arrow keys are ignored by the edit box unless the Alt key is held.
Signature:
Code
EditBox:SetAltArrowKeyMode(enable)
Arguments:
enable - True to cause the edit box to ignore arrow key presses unless the Alt key is held; false to allow unmodified arrow key presses for cursor movement (boolean)