eventShiftKey | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the state of the Shift key. | ||||||
Introduced | 8.1 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Constant: left Message: scrollbarBeginning Function: keysDown Control Structure: function Glossary: return | ||||||
Description | Use the eventAltKey function to check whether the Shift key was pressed at the time the current event was dispatched. If you want to check the state of the Shift key at the current time, rather than when the event was dispatched, use the shiftKey function. Warning: the value of this function is undefined after performing a wait operation; it may no longer be the same as the value when the event was dispatched. | ||||||
Tags | ui |