Project

General

Profile

$keyrpt » History » Version 6

Per Amundsen, 04/14/2020 09:48 PM

1 1 Per Amundsen
_Added in 1.9.1_
2
3
*$keyrpt*
4
5 2 Per Amundsen
Returns [[$true]] if the key is repeating due to a user holding down the key, otherwise [[$false]].
6 1 Per Amundsen
7 6 Per Amundsen
_Only filled during [[on KEYDOWN]], [[on KEYUP]] and [[on CHAR]] [[Scripting_Events|events]]._
8 1 Per Amundsen
9
*Example*
10
11
<pre>
12
on *:KEYDOWN:*:*:echo -ag $keyval was pressed, the character was $keychar, key repeat was $iif($keyrpt, on, off)
13
</pre>