diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
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> |