add multimedia keys
This commit is contained in:
parent
b3b068fe59
commit
34f4dbf77a
21 changed files with 1457 additions and 76 deletions
|
|
@ -21,6 +21,9 @@
|
|||
<button class="icon" id="reloadbutton">↻</button>
|
||||
</div>
|
||||
<div id="pad">
|
||||
<div class="buttons">
|
||||
<button class="icon" id="keysbutton">☰</button>
|
||||
</div>
|
||||
<p id="padlabel">Touchpad</p>
|
||||
<div class="buttons">
|
||||
<button class="icon" id="fullscreenbutton">⤢</button>
|
||||
|
|
@ -31,6 +34,18 @@
|
|||
<textarea id="text"></textarea>
|
||||
<button class="icon" id="sendbutton">➣</button>
|
||||
</div>
|
||||
<div id="keys">
|
||||
<div class="buttons">
|
||||
<button class="icon" id="prevtrackbutton">⏮</button>
|
||||
<button class="icon" id="playpausebutton">⏯</button>
|
||||
<button class="icon" id="nexttrackbutton">⏭</button>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<button class="icon" id="volumedownbutton">🔉</button>
|
||||
<button class="icon" id="volumemutebutton">🔇</button>
|
||||
<button class="icon" id="volumeupbutton">🔊</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue