diff options
author | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-10 20:15:02 +0000 |
---|---|---|
committer | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-10 20:15:02 +0000 |
commit | fb116e54a383b4d4135b146d55510aa5d0de6cc3 (patch) | |
tree | 3a028e383ebf29a8b2614a8d1edecb6963c8a9b0 /DOCS/tech | |
parent | 71df60afc8e8a5526dacf5d2048d8d48d7b2ff30 (diff) | |
download | mpv-fb116e54a383b4d4135b146d55510aa5d0de6cc3.tar.bz2 mpv-fb116e54a383b4d4135b146d55510aa5d0de6cc3.tar.xz |
key_down_event
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16446 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/slave.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 82f1962158..f62c785a60 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -95,6 +95,9 @@ screenshot gui_[about|loadfile|loadsubtitle|play|playlist|preferences|skinbrowser|stop] GUI actions +key_down_event <value> + Inject <value> key code event in mplayer. + loadfile <file|url> <append> Load the given file/URL, stopping playback of the current file/URL. If <append> is nonzero playback continues and the file/URL is |