$inpaste » History » Revision 3
Revision 2 (Per Amundsen, 08/11/2015 11:05 AM) → Revision 3/4 (Per Amundsen, 08/11/2015 11:06 AM)
_Added in 1.9.0_ *$inpaste* Returns [[$true]] $true if a user typed %(key)CTRL% + %(key)V% Control+V or %(key)SHIFT% + %(key)INSERT% Shift+Insert to paste text into an Editbox during the [[on INPUT]] [[Scripting_Events|event]], otherwise [[$false]]. *Example* <pre> on *:INPUT:*:echo -ag user $iif($inpaste,did,did not) paste </pre>