+ operator
lval + rval
fsmapper overrides the __add
function of the metatable for Keystroke
objects, allowing the use of the +
operator on Keystroke
objects.
You can combine two Keystroke
objects to create a new Keystroke
object by using the +
operator.
Parameters
Parameter | Type | Description |
---|---|---|
lval | Keystroke | Left operand |
rval | Keystroke | Right operand |
Return Values
This operator returns a Keystroke
object.