mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
修复相对模式鼠标不可用
此问题有合并上游更新冲突所致
This commit is contained in:
parent
a32dcd2e00
commit
ed68449274
@ -11,6 +11,10 @@ kvmd:
|
|||||||
mouse:
|
mouse:
|
||||||
device: /dev/null
|
device: /dev/null
|
||||||
noop: true
|
noop: true
|
||||||
|
|
||||||
|
mouse_alt:
|
||||||
|
device: /dev/null
|
||||||
|
|
||||||
|
|
||||||
wol:
|
wol:
|
||||||
mac: 00:00:00:00:00:00
|
mac: 00:00:00:00:00:00
|
||||||
|
|||||||
@ -264,23 +264,21 @@
|
|||||||
<button class="row50" data-force-hide-menu id="stream-record-start-button" i18n="kvm_text81">• Start recording</button>
|
<button class="row50" data-force-hide-menu id="stream-record-start-button" i18n="kvm_text81">• Start recording</button>
|
||||||
<button class="row50" data-force-hide-menu id="stream-record-stop-button" i18n="kvm_text82">• End recording</button>
|
<button class="row50" data-force-hide-menu id="stream-record-stop-button" i18n="kvm_text82">• End recording</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="feature-disabled" id="hid-outputs">
|
<hr>
|
||||||
<hr>
|
<table class="kv">
|
||||||
<table class="kv">
|
<tr class="feature-disabled" id="hid-outputs-keyboard">
|
||||||
<tr class="feature-disabled" id="hid-outputs-keyboard">
|
<td i18n="kvm_text23">Keyboard mode:</td>
|
||||||
<td i18n="kvm_text23">Keyboard mode:</td>
|
<td>
|
||||||
<td>
|
<div class="radio-box" id="hid-outputs-keyboard-box"></div>
|
||||||
<div class="radio-box" id="hid-outputs-keyboard-box"></div>
|
</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
<tr class="feature-disabled" id="hid-outputs-mouse">
|
||||||
<tr class="feature-disabled" id="hid-outputs-mouse">
|
<td i18n="kvm_text24">Mouse <a target="_blank" href="https://docs.pikvm.org/mouse">mode</a>:</td>
|
||||||
<td i18n="kvm_text24">Mouse <a target="_blank" href="https://docs.pikvm.org/mouse">mode</a>:</td>
|
<td>
|
||||||
<td>
|
<div class="radio-box" id="hid-outputs-mouse-box"></div>
|
||||||
<div class="radio-box" id="hid-outputs-mouse-box"></div>
|
</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
</table>
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<details>
|
<details>
|
||||||
<summary i18n="kvm_text25">Keyboard & Mouse (HID) settings</summary>
|
<summary i18n="kvm_text25">Keyboard & Mouse (HID) settings</summary>
|
||||||
<div class="spoiler">
|
<div class="spoiler">
|
||||||
|
|||||||
@ -77,15 +77,14 @@ li(id="system-dropdown" class="right")
|
|||||||
div(class="buttons buttons-row")
|
div(class="buttons buttons-row")
|
||||||
button(data-force-hide-menu id="stream-record-start-button" class="row50" i18n="kvm_text81") • Start recording
|
button(data-force-hide-menu id="stream-record-start-button" class="row50" i18n="kvm_text81") • Start recording
|
||||||
button(data-force-hide-menu id="stream-record-stop-button" class="row50" i18n="kvm_text82") • End recording
|
button(data-force-hide-menu id="stream-record-stop-button" class="row50" i18n="kvm_text82") • End recording
|
||||||
div(id="hid-outputs" class="feature-disabled")
|
hr
|
||||||
hr
|
table(class="kv")
|
||||||
table(class="kv")
|
tr(id="hid-outputs-keyboard", class="feature-disabled")
|
||||||
tr(id="hid-outputs-keyboard", class="feature-disabled")
|
td(i18n="kvm_text23") Keyboard mode:
|
||||||
td(i18n="kvm_text23") Keyboard mode:
|
td #[div(id="hid-outputs-keyboard-box" class="radio-box")]
|
||||||
td #[div(id="hid-outputs-keyboard-box" class="radio-box")]
|
tr(id="hid-outputs-mouse", class="feature-disabled")
|
||||||
tr(id="hid-outputs-mouse", class="feature-disabled")
|
td(i18n="kvm_text24") Mouse #[a(target="_blank" href="https://docs.pikvm.org/mouse") mode]:
|
||||||
td(i18n="kvm_text24") Mouse #[a(target="_blank" href="https://docs.pikvm.org/mouse") mode]:
|
td #[div(id="hid-outputs-mouse-box" class="radio-box")]
|
||||||
td #[div(id="hid-outputs-mouse-box" class="radio-box")]
|
|
||||||
details
|
details
|
||||||
summary(i18n="kvm_text25") Keyboard & Mouse (HID) settings
|
summary(i18n="kvm_text25") Keyboard & Mouse (HID) settings
|
||||||
div(class="spoiler")
|
div(class="spoiler")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user