Show / Hide Table of Contents

Method keys.AddAction


Overload

Adds a callback function.

public keys AddAction(Action a)
Parameters
a  (Action)
Returns
keys

This.

Remarks

The callback function will be called by keys.SendNow and can do anything except sending keys and copy/paste.