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