mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Small fix to MacOS terminal
This commit is contained in:
parent
e8ecc02e66
commit
912cd74fd6
2 changed files with 4 additions and 2 deletions
|
@ -399,7 +399,7 @@
|
|||
<input type="button" value="Settings" title="Edit remote desktop settings" onkeypress="return false" onkeydown="return false" onclick="showDesktopSettings()">
|
||||
<input type="button" title="Change the power state of the remote machine" onkeypress="return false" onkeydown="return false" value="Power Actions..." onclick="showPowerActionDlg()" style="display:none">
|
||||
<input id="DeskCAD" type="button" value="CtrlAltDel" onkeypress="return false" onkeydown="return false" onclick="sendCAD()">
|
||||
<input id="DeskSoftKeys" type="button" value="Keys" onkeypress="return false" onkeydown="return false" onclick=" toggleSoftKeys(1)">
|
||||
<input id="DeskSoftKeys" type="button" value="Keys" onkeypress="return false" onkeydown="return false" onclick="toggleSoftKeys(1)">
|
||||
<label><span id="DeskControlSpan" style="display:none" title="Toggle mouse and keyboard input"><input id="DeskControl" type="checkbox" onkeypress="return false" onkeydown="return false">Input</span></label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1526,6 +1526,7 @@
|
|||
//
|
||||
|
||||
function ondeskkeypress(e) {
|
||||
toggleSoftKeys(0);
|
||||
Q('DeskSoftInput').value = '';
|
||||
setSessionActivity();
|
||||
if (desktop && !xxdialogMode && xxcurrentView == 10) {
|
||||
|
@ -1543,6 +1544,7 @@
|
|||
}
|
||||
|
||||
function ondeskkeydown(e) {
|
||||
toggleSoftKeys(0);
|
||||
Q('DeskSoftInput').value = '';
|
||||
setSessionActivity();
|
||||
if (desktop && !xxdialogMode && xxcurrentView == 10) {
|
||||
|
@ -1560,6 +1562,7 @@
|
|||
}
|
||||
|
||||
function ondeskkeyup(e) {
|
||||
toggleSoftKeys(0);
|
||||
Q('DeskSoftInput').value = '';
|
||||
setSessionActivity();
|
||||
if (desktop && !xxdialogMode && xxcurrentView == 10) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue