summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-16 20:41:36 +0300
committerDevaev Maxim <[email protected]>2021-07-16 20:41:36 +0300
commit688ddca5495eef27a803290cf064a99b9469972e (patch)
tree7c12f93e9e2433205a205f83d73f54aa40f5fcfe /web/kvm/index.html
parent72907f893106fb3d3cf1a6bc082bbdb6b6e621c7 (diff)
link to mouse modes
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 4bf69393..94c0863c 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -176,13 +176,13 @@
<hr>
<table class="kv">
<tr>
- <td>Keyboard:</td>
+ <td>Keyboard mode:</td>
<td>
<div class="radio-box" id="hid-outputs-keyboard"></div>
</td>
</tr>
<tr>
- <td>Mouse:</td>
+ <td>Mouse <a target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md">mode</a>:</td>
<td>
<div class="radio-box" id="hid-outputs-mouse"></div>
</td>