escapeKey | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card, field |
Summary | Sent when the user presses the Escape key. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Glossary: Escape key, message Message: keyDown |
Description | Handle the escapeKey message if you want to perform some action when the user presses Escape. The message is sent to the active (focused) control, or to the current card if no control is focused. |
Tags | ui |