35 lines
1.8 KiB
HTML
Raw Normal View History

2023-08-06 13:46:36 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui,viewport-fit=cover">
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=black>
<title>FocusVolumeControl Settings</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/barraider/streamdeck-easypi@latest/src/sdpi.css">
<script src="https://cdn.jsdelivr.net/gh/barraider/streamdeck-easypi@latest/src/sdtools.common.js"></script>
</head>
<body>
<div class="sdpi-wrapper">
<div class="sdpi-item">
<div class="sdpi-item-label">Fallback Behavior</div>
<select class="sdpi-item-value sdProperty" id="fallbackBehavior" oninput="setSettings()">
<option value="0">Previous App</option>
<option value="1">System Sounds</option>
<option value="2">Main System Volume</option>
</select>
</div>
<div class="sdpi-item">
<details class="message">
<p>If the focused app does not have a volume control you can pick your desired behavior</p>
<ul>
<li>Previous App - the focused app will be the last app that had a volume control</li>
<li>System Sounds - switch to control system sounds. For example, if you're using an app that makes a windows "error" sound, its volume is controlled by system sounds. So you can adjust the error sound without impacting other apps</li>
<li>Main System Volume - switch to the main volume control for the system. This will change the volume of all apps</li>
</ul>
</details>
</div>
2023-08-06 13:46:36 -06:00
</div>
</body>
</html>