The IKeyboardSettings interface allows determining of the playback action which corresponds to the given key combination. The following methods are exposed by this interface:
Method | Description |
---|---|
getPlaybackAction(keyCode:Number, controlPressed:Boolean, shiftPressed:Boolean):IPlaybackAction | Returns the IPlaybackAction interface which represents IPlaybackAction corresponding to the given key combination. An undefined value is returned when there is no playback action associated with the specified key combination. |