diff options
author | Devaev Maxim <[email protected]> | 2021-07-16 20:41:36 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-16 20:41:36 +0300 |
commit | 688ddca5495eef27a803290cf064a99b9469972e (patch) | |
tree | 7c12f93e9e2433205a205f83d73f54aa40f5fcfe /web/kvm/index.html | |
parent | 72907f893106fb3d3cf1a6bc082bbdb6b6e621c7 (diff) |
link to mouse modes
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> |