aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorIndrajith K L2022-11-26 21:45:53 +0530
committerIndrajith K L2022-11-26 21:45:53 +0530
commit199501039cfc0a054b9ee8a6d508f7b545d612bf (patch)
treec955ef69e82024380473f045aa9f2b25f532c701 /index.html
parentc0fd0f510c8cea76f5259412f9e23ae8c0e00fc9 (diff)
downloadretrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.tar.gz
retrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.tar.bz2
retrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.zip
Style & Control Changes
* Changes Control labels styles in initial popup * Changes key bindings * x - Toggle Play/Pause * a - Play previous (TODO) * d - Play Next (TODO) * w - Volume Up * s - Volume Down * Adds Swipe Up & Down * Volume Up & Down
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 53a55f2..0f5f54e 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,9 @@
<div class="modal-container">
<h3 class="text-center">Welcome to Retrowave Player</h3>
<p class="mt-5">Here are the controls:</p>
- <h4 class="mt-5">Play/Pause - Space/Click/Touch</h4>
+ <h4 class="mt-5">Play/Pause <span class="controls">x or Click or Touch</span></h4>
+ <h4 class="mt-5">Volume Up <span class="controls">w or Swipe Up</span></h4>
+ <h4 class="mt-5">Volume Down <span class="controls">s or Swipe Down</span></h4>
<p class="mt-5">(You can download the music history of your current browser by clicking the history link on the player)</p>
<button class="modal-close modal-exit" id="initButton">X</button>
</div>