Skip to content

Commit

Permalink
CI autodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeko committed Dec 25, 2024
1 parent bce74f8 commit db82584
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manual/master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8857,12 +8857,12 @@ <h2>Miscellaneous</h2>
<p class="last">Conversion is not applied to metadata that is updated at runtime.</p>
</dd>
<dt><tt class="docutils literal"><span class="pre">--clipboard-enable=&lt;yes|no&gt;</span></tt></dt>
<dd><p class="first">(Windows and Wayland only)</p>
<dd><p class="first">(Windows, Wayland and macOS only)</p>
<p class="last">Enable native clipboard support (default: yes). This allows reading and
writing to the <tt class="docutils literal">clipboard</tt> property to get and set clipboard contents.</p>
</dd>
<dt><tt class="docutils literal"><span class="pre">--clipboard-monitor=&lt;yes|no&gt;</span></tt></dt>
<dd><p class="first">(Windows only)</p>
<dd><p class="first">(Windows and macOS only)</p>
<p class="last">Enable clipboard monitoring so that the <tt class="docutils literal">clipboard</tt> property can be
observed for content changes (default: no). This only affects clipboard
implementations which use polling to monitor clipboard updates.
Expand Down Expand Up @@ -9014,6 +9014,8 @@ <h1>AUDIO OUTPUT DRIVERS</h1>
though playback with spatial audio off always works.</p>
</div>
</dd>
<dt><tt class="docutils literal">audiounit</tt> (iOS only)</dt>
<dd>Native iOS audio output driver using <tt class="docutils literal">AudioUnits</tt> and AudioToolbox.</dd>
<dt><tt class="docutils literal">openal</tt></dt>
<dd><p class="first">OpenAL audio output driver.</p>
<dl class="last docutils">
Expand Down Expand Up @@ -14535,7 +14537,7 @@ <h2>Property list</h2>
<p>This has a number of sub-properties:</p>
<dl class="docutils">
<dt><tt class="docutils literal">clipboard/text</tt> (RW)</dt>
<dd>The text content in the clipboard (Windows and Wayland only).
<dd>The text content in the clipboard (Windows, Wayland and macOS only).
Writing to this property sets the text clipboard content (Windows only).</dd>
</dl>
<div class="admonition note last">
Expand Down

0 comments on commit db82584

Please sign in to comment.