navigationArrows | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: card, point, character Property: powerKeys Message: arrowKey Glossary: property | ||||||
Description | Use the navigationArrows property to control what the arrow keys do. If the navigationArrows is true, pressing the keyboard arrow keys moves to a different card :
If there is an insertion point or text selection in a field, and the textArrows property is set to true, the arrow keys move the insertion point one character left or right, or one line up or down. In this case, the setting of the navigationArrows property has no effect. If an object is selected, pressing the arrow keys nudges the object one pixel in the appropriate direction. | ||||||
Tags | navigation |