Method keys.AddKeys
Overload
Adds keystrokes to the internal collection. They will be sent by keys.SendNow.
public keys AddKeys(string keys_)
Parameters
|
keys_ (string)
Key names and operators, like with keys.send. Can be |
Returns
|
keys
This. |
Exceptions
|
ArgumentException
Error in keys_ string, for example an unknown key name. |