diff options
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 9cf6b87f..4d284e04 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -246,6 +246,10 @@ <div id="stream-box" class="stream-box-inactive"> <img id="stream-image" class="stream-image-inactive" src="png/blank-stream.png" /> </div> + <div id="stream-mouse-buttons"> + <button data-mouse-button="left" class="row50">Left Click</button> + <button data-mouse-button="right" class="row50">Right Click</button> + </div> </div> <div id="keyboard-window" class="window" tabindex="0"> |