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/window-stream.pug | |
parent | 6840c514dc4b1996719787878bbf9d60b402f760 (diff) |
mouse buttons 4 and 5
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 232a3f72..f3493c39 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -13,3 +13,9 @@ div(class="empty-key" style="width:10px") div(data-code="right" class="modifier wide-2 right small") #[span #[b •]#[br]Hold →] div(data-code="right" class="key wide-4 right small") #[span Mouse#[br]Right] + div(class="keypad-row" style="display:none") + div(data-code="up" class="key wide-4 left small") #[span Mouse#[br]Up/Back] + div(data-code="up" class="modifier wide-2 left small") #[span #[b •]#[br]← Hold] + div(class="empty-key" style="width:10px") + div(data-code="down" class="modifier wide-2 right small") #[span #[b •]#[br]Hold →] + div(data-code="down" class="key wide-4 right small") #[span Mouse#[br]Down/Fw] |