Actions
$inpaste » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 08/11/2015 11:05 AM
Added in 1.9.0
$inpaste
Returns $true if a user typed Control+V or Shift+Insert to paste text into an Editbox during the on INPUT event, otherwise $false.
Example
on *:INPUT:*:echo -ag user $iif($inpaste,did,did not) paste
Updated by Per Amundsen over 9 years ago · 2 revisions