mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
hold modifiers on mouse click
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
<div id="Enter" class="key wide-3 right small"><p>Enter<br>↵</p></div>
|
||||
</div>
|
||||
<div class="keyboard-row">
|
||||
<div id="ShiftLeft" class="key wide-4 left small"><p>Shift</p></div>
|
||||
<div id="ShiftLeft" class="modifier wide-4 left small"><p><b>•</b><br>Shift</p></div>
|
||||
<div id="KeyZ" class="key single"><p>Z</p></div>
|
||||
<div id="KeyX" class="key single"><p>X</p></div>
|
||||
<div id="KeyC" class="key single"><p>C</p></div>
|
||||
@@ -256,16 +256,16 @@
|
||||
<div id="Comma" class="key"><p><<br>,</p></div>
|
||||
<div id="Period" class="key"><p>><br>.</p></div>
|
||||
<div id="Slash" class="key"><p>?<br>/</p></div>
|
||||
<div id="ShiftRight" class="key wide-4 right small"><p>Shift</p></div>
|
||||
<div id="ShiftRight" class="modifier wide-4 right small"><p><b>•</b><br>Shift</p></div>
|
||||
</div>
|
||||
<div class="keyboard-row">
|
||||
<div id="ControlLeft" class="key wide-1 left small"><p>Ctrl</p></div>
|
||||
<div id="MetaLeft" class="key wide-1 left small"><p>Win</p></div>
|
||||
<div id="AltLeft" class="key wide-1 left small"><p>Alt</p></div>
|
||||
<div id="ControlLeft" class="modifier wide-1 left small"><p><b>•</b><br>Ctrl</p></div>
|
||||
<div id="MetaLeft" class="modifier wide-1 left small"><p><b>•</b><br>Win</p></div>
|
||||
<div id="AltLeft" class="modifier wide-1 left small"><p><b>•</b><br>Alt</p></div>
|
||||
<div id="Space" class="key wide-5"></div>
|
||||
<div id="AltRight" class="key wide-1 right small"><p>Alt</p></div>
|
||||
<div id="MetaRight" class="key wide-1 right small"><p>Win</p></div>
|
||||
<div id="ControlRight" class="key wide-1 right small"><p>Ctrl</p></div>
|
||||
<div id="AltRight" class="modifier wide-1 right small"><p><b>•</b><br>Alt</p></div>
|
||||
<div id="MetaRight" class="modifier wide-1 right small"><p><b>•</b><br>Win</p></div>
|
||||
<div id="ControlRight" class="modifier wide-1 right small"><p><b>•</b><br>Ctrl</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="keyboard-block">
|
||||
|
||||
Reference in New Issue
Block a user