diff options
author | Maxim Devaev <[email protected]> | 2020-09-23 21:21:32 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-23 21:21:32 +0300 |
commit | 3f743114857b11656957767bec4bfa27f4dd7fee (patch) | |
tree | 724789f1e5cedc5c5d5f168fa2aa1cdaa16a3b7d /web/kvm/index.html | |
parent | bbf3b18fe3350c08e6dbcfde20a9e2a4685e8be1 (diff) | |
parent | 3701a0a7421e96e9beedb9fe1a2a27c807fce2dc (diff) |
Merge pull request #10 from mfunkey/new_key
Added missing key on non us keyboards
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 7784963f..39e1cfb8 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>•</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>•</b><br>Shift </div> </div> |