aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorIndrajith K L2025-06-30 01:26:54 +0530
committerIndrajith K L2025-06-30 01:26:54 +0530
commitc708bb42da85c880fd472217d853a5c99189b6b5 (patch)
treed54248cfb8b1d9446250f7d95becd693343eb455 /index.html
parent35ea31700fcfa18a4704fc9148fdf3589b98dc4e (diff)
downloadretrowave-player-c708bb42da85c880fd472217d853a5c99189b6b5.tar.gz
retrowave-player-c708bb42da85c880fd472217d853a5c99189b6b5.tar.bz2
retrowave-player-c708bb42da85c880fd472217d853a5c99189b6b5.zip
New Features
* Adds Shortcut for Next Track * Press 'n' for next track * Changes in Shortcut * Press SPACE for pause instead of 'x' (blah)
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 53843eb..bfcf695 100644
--- a/index.html
+++ b/index.html
@@ -19,9 +19,10 @@
<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 <span class="controls">x or Click or Touch</span></h4>
+ <h4 class="mt-5">Play/Pause <span class="controls">SPACE 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>
+ <h4 class="mt-5">Next Track<span class="controls"> n or Press the Refresh Button</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>
<p class="mt-5">All the music is fetched from retrowave.ru</p>