From 3701a0a7421e96e9beedb9fe1a2a27c807fce2dc Mon Sep 17 00:00:00 2001 From: Martin Funk Date: Sun, 20 Sep 2020 23:04:52 +0200 Subject: Added missing no us key --- web/kvm/index.html | 8 ++++++-- web/kvm/window-keyboard.pug | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'web/kvm') 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 @@
-
+

Shift
+
+
+
+
Z
@@ -725,7 +729,7 @@
?
/
-
+

Shift
diff --git a/web/kvm/window-keyboard.pug b/web/kvm/window-keyboard.pug index 467142df..87abf64e 100644 --- a/web/kvm/window-keyboard.pug +++ b/web/kvm/window-keyboard.pug @@ -51,13 +51,14 @@ mixin lamp(cls) +key("Quote") "#[br]' +key("Enter", "wide-3 right small") Enter#[br]↵ div(class="keypad-row") - +modifier("ShiftLeft", "wide-4 left small") Shift + +modifier("ShiftLeft", "wide-3 left small") Shift + +key("IntlBackslash", "small") each key in ["Z", "X", "C", "V", "B", "N", "M"] +key(`Key${key}`, "single") #{key} +key("Comma") <#[br], +key("Period") >#[br]. +key("Slash") ?#[br]/ - +modifier("ShiftRight", "wide-4 right small") Shift + +modifier("ShiftRight", "wide-3 right small") Shift div(class="keypad-row") +modifier("ControlLeft", "wide-1 left small") Ctrl +modifier("MetaLeft", "wide-1 left small") Win -- cgit v1.2.3