summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html5
-rw-r--r--web/kvm/window-keyboard.pug2
2 files changed, 5 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index f05af711..cba06ec0 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -951,7 +951,10 @@
<div class="keypad-block">
<div class="keypad-row">
<div class="empty-key"></div>
- <div class="empty-key"></div>
+ <div class="key small" data-code="IntlYen">
+ <div class="label">Yen
+ </div>
+ </div>
<div class="key small" data-code="IntlBackslash">
<div class="label">N/US
</div>
diff --git a/web/kvm/window-keyboard.pug b/web/kvm/window-keyboard.pug
index 95322f2b..2df36b3b 100644
--- a/web/kvm/window-keyboard.pug
+++ b/web/kvm/window-keyboard.pug
@@ -98,7 +98,7 @@ div(id="keyboard-window" class="window" data-show-by-button="show-keyboard-butto
div(class="keypad-block")
div(class="keypad-row")
+empty_key()
- +empty_key()
+ +key("IntlYen", "small") Yen
+key("IntlBackslash", "small") N/US
+key("Power", "small") PWR
hr