Show / Hide Table of Contents

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 null or "". Example: "Tab Ctrl+V Alt+(E P) Left*3 Space a , 5 #5". If has prefix "!" or "%", calls keys.AddText; use "!" for text, "%" for HTML.

Returns
keys

This.

Exceptions
ArgumentException

Error in keys_ string, for example an unknown key name.