summaryrefslogtreecommitdiff
path: root/kvmd/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-27 12:48:49 +0300
committerDevaev Maxim <[email protected]>2018-07-27 12:48:49 +0300
commitdcedf161425a233bde1fe85bb2f4836ba57d1f0a (patch)
tree8e5067f318a00cbfe5499f2a0f8ce49592ce9f53 /kvmd/web/index.html
parentd2da0829b98e9aca474867f5ce9d5929f8b234af (diff)
added pause and scrlk keys
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r--kvmd/web/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html
index bf8a7d7c..8766aae5 100644
--- a/kvmd/web/index.html
+++ b/kvmd/web/index.html
@@ -298,8 +298,9 @@
</div>
<div class="keyboard-block">
<div class="keyboard-row">
- <div class="empty-key" style="width:28px"></div>
- <div id="PrintScreen" class="modifier wide-4 right small"><p><b>&bull;</b><br>PrtSc / SysRq</p></div>
+ <div id="PrintScreen" class="modifier small"><p><b>&bull;</b><br>Pt/Sq</p></div>
+ <div id="ScrollLock" class="key small"><p>ScrLk</p></div>
+ <div id="Pause" class="key small"><p>P/Brk</p></div>
</div>
<div class="keyboard-row">
<div id="Insert" class="key small"><p>Ins</p></div>
@@ -311,8 +312,7 @@
<div id="End" class="key small"><p>End</p></div>
<div id="PageDown" class="key small"><p>PgDn</p></div>
</div>
- <div class="keyboard-row">
- </div>
+ <div class="keyboard-row"></div>
<div class="keyboard-row">
<div class="empty-key"></div>
<div id="ArrowUp" class="key"><p>&uarr;</p></div>