_Added in 1.9.1_ *$keyrpt* Returns [[$true]] if the key is repeating due to a user holding down the key, otherwise [[$false]]. _Only filled during [[on KEYDOWN]], [[on KEYUP]] and [[on CHAR]] [[Scripting_Events|events]]._ *Example*
on *:KEYDOWN:*:*:echo -ag $keyval was pressed, the character was $keychar, key repeat was $iif($keyrpt, on, off)