$keyval » History » Version 2
Per Amundsen, 12/14/2016 11:49 PM
1 | 1 | Per Amundsen | _Added in 1.9.1_ |
---|---|---|---|
2 | |||
3 | *$keyval* |
||
4 | |||
5 | Returns the key code of the key being pressed. |
||
6 | |||
7 | 2 | Per Amundsen | _Only filled during [[on KEYDOWN]] and [[on KEYUP]] [[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> |