bool Paste(uint target)

Sends Ctrl+V to paste the current clipboard contents to target. Trust Level Required: High

Parameters

Name Description
target Optional target. Targets: Current = 0 (Sends to whatever currently has focus), Smart = 1 (Currently unused), Browser = 2 (Sends to the active browser)

Return

True on success.