@@ -4369,8 +4369,7 @@ <h2>Window</h2>
4369
4369
<dt><tt class="docutils literal"><span class="pre">--snap-window</span></tt></dt>
4370
4370
<dd>(Windows only) Snap the player window to screen edges.</dd>
4371
4371
<dt><tt class="docutils literal"><span class="pre">--drag-and-drop=<no|auto|replace|append></span></tt></dt>
4372
- <dd>(X11, Wayland and Windows only)
4373
- Controls the default behavior of drag and drop on platforms that support this.
4372
+ <dd>Controls the default behavior of drag and drop on platforms that support this.
4374
4373
<tt class="docutils literal">auto</tt> will obey what the underlying os/platform gives mpv. Typically, holding
4375
4374
shift during the drag and drop will append the item to the playlist. Otherwise,
4376
4375
it will completely replace it. <tt class="docutils literal">replace</tt> and <tt class="docutils literal">append</tt> always force replacing
@@ -14509,6 +14508,10 @@ <h3>Configurable Options</h3>
14509
14508
<dd><p class="first">Default: 1</p>
14510
14509
<p class="last">Set the font border size used for the REPL and the console.</p>
14511
14510
</dd>
14511
+ <dt><tt class="docutils literal">case_sensitive</tt></dt>
14512
+ <dd><p class="first">Default: no on Windows, yes on other platforms.</p>
14513
+ <p class="last">Whether Tab completion is case sensitive. Only works with ASCII characters.</p>
14514
+ </dd>
14512
14515
<dt><tt class="docutils literal">history_dedup</tt></dt>
14513
14516
<dd><p class="first">Default: true</p>
14514
14517
<p class="last">Remove duplicate entries in history as to only keep the latest one.
0 commit comments