|
|
|
|
Events
Functions
MioScript Reference
|
|
Raised when the window has the focus and when the user presses a key.
If you need to catch keyboard messages for a specific window, use event.keybard:down
The value of the key can be retrieved with keyboard.global.code.
This event can also be used to react to the Windows Media Center remote control.
Author Window ID Group Name
MioScript Sample Code
event.keyboard:global:down
alert(keyboard.global.code())
event.end |
|
|
|