comparison DOCS/tech/slave.txt @ 16445:9597d55ee7ab

key_down_event
author nplourde
date Sat, 10 Sep 2005 20:15:02 +0000
parents 9e1ba1ac3c7d
children e56a4aea6512
comparison
equal deleted inserted replaced
16444:d4355ddee12e 16445:9597d55ee7ab
93 Take a screenshot. Currently not implemented in any video output driver. 93 Take a screenshot. Currently not implemented in any video output driver.
94 94
95 gui_[about|loadfile|loadsubtitle|play|playlist|preferences|skinbrowser|stop] 95 gui_[about|loadfile|loadsubtitle|play|playlist|preferences|skinbrowser|stop]
96 GUI actions 96 GUI actions
97 97
98 key_down_event <value>
99 Inject <value> key code event in mplayer.
100
98 loadfile <file|url> <append> 101 loadfile <file|url> <append>
99 Load the given file/URL, stopping playback of the current file/URL. 102 Load the given file/URL, stopping playback of the current file/URL.
100 If <append> is nonzero playback continues and the file/URL is 103 If <append> is nonzero playback continues and the file/URL is
101 appended to the current playlist instead. 104 appended to the current playlist instead.
102 105