summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorMartin Funk <[email protected]>2020-09-20 23:04:52 +0200
committerMartin Funk <[email protected]>2020-09-20 23:04:52 +0200
commit3701a0a7421e96e9beedb9fe1a2a27c807fce2dc (patch)
tree0755af747b7a6486aa01289848daed41f7c2fd21 /web/kvm/index.html
parent7dd9895dda55e8a4d80d85dae4dca57dc7789b09 (diff)
Added missing no us key
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 29ef4fb1..97777402 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -681,10 +681,14 @@
</div>
</div>
<div class="keypad-row">
- <div class="modifier wide-4 left small" data-code="ShiftLeft">
+ <div class="modifier wide-3 left small" data-code="ShiftLeft">
<div class="label"><b>&bull;</b><br>Shift
</div>
</div>
+ <div class="key small" data-code="IntlBackslash">
+ <div class="label">
+ </div>
+ </div>
<div class="key single" data-code="KeyZ">
<div class="label">Z
</div>
@@ -725,7 +729,7 @@
<div class="label">?<br>/
</div>
</div>
- <div class="modifier wide-4 right small" data-code="ShiftRight">
+ <div class="modifier wide-3 right small" data-code="ShiftRight">
<div class="label"><b>&bull;</b><br>Shift
</div>
</div>