$keyrpt » History » Revision 2
Revision 1 (Per Amundsen, 08/11/2015 05:13 AM) → Revision 2/6 (Per Amundsen, 08/11/2015 05:14 AM)
_Added in 1.9.1_ *$keyrpt* Returns [[$true]] [[$true}} if the key is repeating due to a user holding down the key, otherwise [[$false]]. _Only filled during [{on KEYDOWN]] [[on KEYUP]] [[Scripting_Events|events]]. *Example* <pre> on *:KEYDOWN:*:*:echo -ag $keyval was pressed, the character was $keychar, key repeat was $iif($keyrpt, on, off) </pre>