diff options
author | Devaev Maxim <[email protected]> | 2020-08-18 10:45:15 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-18 10:45:15 +0300 |
commit | 28cc3fe99a3e90213f1f01286b5ec55f4f06224c (patch) | |
tree | be3751fb65bc53f2bcf9158e155eebe27208abe6 /web/kvm/index.html | |
parent | 6840c514dc4b1996719787878bbf9d60b402f760 (diff) |
mouse buttons 4 and 5
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 1872c9aa..6d9b636d 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -420,6 +420,13 @@ <div class="modifier wide-2 right small" data-code="right"><span><b>•</b><br>Hold →</span></div> <div class="key wide-4 right small" data-code="right"><span>Mouse<br>Right</span></div> </div> + <div class="keypad-row" style="display:none"> + <div class="key wide-4 left small" data-code="up"><span>Mouse<br>Up/Back</span></div> + <div class="modifier wide-2 left small" data-code="up"><span><b>•</b><br>← Hold</span></div> + <div class="empty-key" style="width:10px"></div> + <div class="modifier wide-2 right small" data-code="down"><span><b>•</b><br>Hold →</span></div> + <div class="key wide-4 right small" data-code="down"><span>Mouse<br>Down/Fw</span></div> + </div> </div> </div> </div> |