/usr/share/doc/voctomix/voctogui.html is in voctomix 1.0+git4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <h1 id="voctogui---the-gui-frontend-for-voctocore">Voctogui - The GUI frontend for Voctocore</h1>
<div class="figure">
<img src="voctomix.png" alt="Screenshot of voctogui in action" />
<p class="caption">Screenshot of voctogui in action</p>
</div>
<h2 id="keyboard-shortcuts">Keyboard Shortcuts</h2>
<h3 id="composition-modes">Composition Modes</h3>
<ul>
<li><code>F1</code> Fullscreen</li>
<li><code>F2</code> Picture in Picture</li>
<li><code>F3</code> Side-by-Side Equal</li>
<li><code>F4</code> Side-by-Side Preview</li>
</ul>
<h3 id="select-a-source">Select A-Source</h3>
<ul>
<li><code>1</code> Source Nr. 1</li>
<li><code>2</code> Source Nr. 2</li>
<li>…</li>
</ul>
<h3 id="select-b-source">Select B-Source</h3>
<ul>
<li><code>Ctrl+1</code> Source Nr. 1</li>
<li><code>Ctrl+2</code> Source Nr. 2</li>
<li>…</li>
</ul>
<h3 id="set-fullscteen">Set Fullscteen</h3>
<ul>
<li><code>Alt+1</code> Source Nr. 1</li>
<li><code>Alt+2</code> Source Nr. 2</li>
<li>…</li>
</ul>
<h3 id="stream-blanking">Stream Blanking</h3>
<ul>
<li>F11 Set stream to Pause-Loop</li>
<li>F12 Set stream Live</li>
</ul>
<h3 id="other-options">Other options</h3>
<ul>
<li><code>t</code> Cut</li>
</ul>
<h3 id="select-an-audio-source">Select an Audio-Source</h3>
<p>Click twice on the selection combobox, then select your source within 5 Seconds. (It will auto-lock again after 5 seconds.)</p>
<h2 id="configuration">Configuration</h2>
<p>On startup the GUI reads the following configuration files: - <code><install-dir>/default-config.ini</code> - <code><install-dir>/config.ini</code> - <code>/etc/voctomix/voctogui.ini</code> - <code>/etc/voctogui.ini</code> - <code><homedir>/.voctogui.ini</code> - <code><File specified on Command-Line via --ini-file></code></p>
<p>From top to bottom the individual settings override previous settings. <code>default-config.ini</code> should not be edited, because a missing setting will result in a Python exception.</p>
<p>On startup the GUI fetches all configuration settings from the core and merges them into the GUI config.</p>
|