Project

General

Profile

Actions

$keyrpt » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
Per Amundsen, 08/11/2015 05:14 AM


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 events.

Example

on *:KEYDOWN:*:*:echo -ag $keyval was pressed, the character was $keychar, key repeat was $iif($keyrpt, on, off)

Updated by Per Amundsen over 8 years ago · 3 revisions

Also available in: PDF HTML TXT