$keyval » History » Version 3
Per Amundsen, 04/14/2020 09:48 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 | 3 | 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> |