Method keys.sendL
Overload
Generates virtual keystrokes. Like keys.send, but without reliability features: delays, user input blocking, resetting modifiers/CapsLock.
public static void sendL(params KKeysEtc[] keysEtc)
Parameters
|
keysEtc (KKeysEtc[])
Arguments of these types:
|
Exceptions
|
ArgumentException
An invalid value, for example an unknown key name. |
|
AuException
Failed. When sending text, fails if there is no focused window. |
| InputDesktopException |
Remarks
Ignores opt.key and instead uses default options with these changes:
- SleepFinally = 0.
- KeySpeed = 0.
-
NoBlockInput =
true. -
NoCapsOff =
true. -
NoModOff =
true.