Keyboard events, like screen events, can be set on a screen level. You can apply different keyboard events for each screen. The keyboard event available is “key press” and is triggered immediately when the defined keyboard key is pressed. This feature is commonly used to simulate hard buttons on mobile and other devices that are not part of the touch screen interaction, but instead are physical buttons on the device.
They keys available for keyboard events are:
- Numeric keys 0-9
- Arrow keys
- Space bar
- Keys A-Z (case insensitive, meaning that hitting ‘a’ is the same as hitting ‘A’)