@@ -14468,7 +14468,7 @@ <h3>The Interface</h3>
1446814468<td>play previous file in playlist</td>
1446914469</tr>
1447014470<tr><td>right-click</td>
14471- <td>open the playlist selector </td>
14471+ <td>show the playlist</td>
1447214472</tr>
1447314473<tr><td>shift+L-click</td>
1447414474<td>show the playlist</td>
@@ -14490,7 +14490,7 @@ <h3>The Interface</h3>
1449014490<td>play next file in playlist</td>
1449114491</tr>
1449214492<tr><td>right-click</td>
14493- <td>open the playlist selector </td>
14493+ <td>show the playlist</td>
1449414494</tr>
1449514495<tr><td>shift+L-click</td>
1449614496<td>show the playlist</td>
@@ -14556,7 +14556,7 @@ <h3>The Interface</h3>
1455614556<td>go to beginning of chapter / previous chapter</td>
1455714557</tr>
1455814558<tr><td>right-click</td>
14559- <td>show chapters </td>
14559+ <td>open the chapter selector </td>
1456014560</tr>
1456114561<tr><td>shift+L-click</td>
1456214562<td>show chapters</td>
@@ -14575,7 +14575,7 @@ <h3>The Interface</h3>
1457514575<td>go to next chapter</td>
1457614576</tr>
1457714577<tr><td>right-click</td>
14578- <td>show chapters </td>
14578+ <td>open the chapter selector </td>
1457914579</tr>
1458014580<tr><td>shift+L-click</td>
1458114581<td>show chapters</td>
@@ -14701,6 +14701,10 @@ <h3>The Interface</h3>
1470114701</table>
1470214702</dd>
1470314703</dl>
14704+ <p>Since mpv 0.40.0, it is possible to configure the commands to run with mouse
14705+ actions on some interface elements, and the default behaviors of several
14706+ elements were changed. If you miss some older behaviors, look at
14707+ <tt class="docutils literal"><span class="pre">etc/restore-osc-bindings.conf</span></tt> in the mpv git repository.</p>
1470414708</div>
1470514709<div class="section" id="key-bindings">
1470614710<h3>Key Bindings</h3>
@@ -15265,15 +15269,15 @@ <h3>Configurable Options</h3>
1526515269text. Currently, monospaced digits are sufficient.</p>
1526615270</dd>
1526715271<dt><tt class="docutils literal">font_size</tt></dt>
15268- <dd><p class="first">Default: 8 </p>
15272+ <dd><p class="first">Default: 20 </p>
1526915273<p class="last">Font size used to render text.</p>
1527015274</dd>
1527115275<dt><tt class="docutils literal">font_color</tt></dt>
1527215276<dd><p class="first">Default: same as <tt class="docutils literal"><span class="pre">osd-color</span></tt></p>
1527315277<p class="last">Color of the text.</p>
1527415278</dd>
1527515279<dt><tt class="docutils literal">border_size</tt></dt>
15276- <dd><p class="first">Default: 0.8 </p>
15280+ <dd><p class="first">Default: 2 </p>
1527715281<p class="last">Size of border drawn around the font.</p>
1527815282</dd>
1527915283<dt><tt class="docutils literal">border_color</tt></dt>
@@ -15303,7 +15307,7 @@ <h3>Configurable Options</h3>
1530315307<p class="last">Border color used for drawing graphs.</p>
1530415308</dd>
1530515309<dt><tt class="docutils literal">plot_bg_border_width</tt></dt>
15306- <dd><p class="first">Default: 0.5 </p>
15310+ <dd><p class="first">Default: 1.25 </p>
1530715311<p class="last">Border width used for drawing graphs.</p>
1530815312</dd>
1530915313<dt><tt class="docutils literal">plot_bg_color</tt></dt>
@@ -15988,7 +15992,7 @@ <h2>mp functions</h2>
1598815992seconds = 0
1598915993timer = mp.add_periodic_timer(1, function()
1599015994 print("called every second")
15991- # stop it after 10 seconds
15995+ -- stop it after 10 seconds
1599215996 seconds = seconds + 1
1599315997 if seconds >= 10 then
1599415998 timer:kill()
0 commit comments