public static hasMappableSoftKeys : Boolean
Returns true if the mobile device allows you to reset or reassign softkey labels and handle events from those softkeys. Otherwise, false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasMappableSoftKeys);