summaryrefslogtreecommitdiff
path: root/web/kvm/window-keyboard.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-12-10 18:19:36 +0300
committerMaxim Devaev <[email protected]>2022-12-10 18:19:36 +0300
commitd683149b38742dba05fa7d33e2e76f8e4c64d7a6 (patch)
treeb48e8aac3360909a602b92e116117b36451e5559 /web/kvm/window-keyboard.pug
parent392b8c3f9e76213cafa92e1e1b3c1b20cafd1834 (diff)
pikvm/pikvm#878: Added Japanese keys
Diffstat (limited to 'web/kvm/window-keyboard.pug')
-rw-r--r--web/kvm/window-keyboard.pug18
1 files changed, 16 insertions, 2 deletions
diff --git a/web/kvm/window-keyboard.pug b/web/kvm/window-keyboard.pug
index 21b2379a..fdd00b15 100644
--- a/web/kvm/window-keyboard.pug
+++ b/web/kvm/window-keyboard.pug
@@ -112,8 +112,8 @@ div(id="keyboard-window" class="window")
div(class="keypad-block")
div(class="keypad-row")
+empty(2, "small")
- +key(2, "IntlYen", "small") Yen
- +key(2, "IntlBackslash", "small") N/US
+ +empty(2, "small")
+ +empty(2, "small")
+key(0, "Power", "small") PWR
hr
div(class="keypad-row")
@@ -143,6 +143,20 @@ div(id="keyboard-window" class="window")
+empty(2, "")
+key(2, "NumpadDecimal", "small") .#[br]Del
+key(0, "NumpadEnter", "small") Ent
+ div(class="keypad-block")
+ div(class="keypad-row")
+ +key(0, "IntlBackslash", "small") &bsol;#[br]|
+ hr
+ div(class="keypad-row")
+ +key(0, "IntlYen", "small") ¥#[br]_
+ div(class="keypad-row")
+ +key(0, "IntlRo", "small") &bsol;#[br]ろ
+ div(class="keypad-row")
+ +modifier(0, "KanaMode", "small") Kana
+ div(class="keypad-row")
+ +modifier(0, "NonConvert", "small") N/Cnv
+ div(class="keypad-row")
+ +modifier(0, "Convert", "small") Cnv
div(id="keyboard-mobile" class="keypad" align="center")
div(class="keypad-block")