public static hasQWERTYKeyboard : Boolean [read-only]
Returns true if the Flash Lite player can process ActionScript code associated with all keys found on a standard QWERTY keyboard, including the BACKSPACE key.
Otherwise, this property returns false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasQWERTYKeyboard);