fsplayer.api.IKeyboardSettings Interface

The IKeyboardSettings interface allows determining of the playback action which corresponds to the given key combination. The following methods are exposed by this interface:

Methods

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.

See also

IPlayer Interface
IPlaybackAction Interface
Flash Presentation ActionScript API Reference