mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added typing feature to integrated RDP.
This commit is contained in:
parent
1eb1195c7a
commit
6a35eb61a4
3 changed files with 24 additions and 2 deletions
|
@ -174,9 +174,13 @@ var CreateRDPDesktop = function (canvasid) {
|
|||
e.preventDefault();
|
||||
return false;
|
||||
}
|
||||
obj.m.SendStringUnicode = function (txt) {
|
||||
if (!obj.socket || (obj.State != 3)) return;
|
||||
obj.socket.send(JSON.stringify(['utype', txt]));
|
||||
}
|
||||
obj.m.mousedblclick = function () { }
|
||||
obj.m.handleKeyPress = function () { }
|
||||
obj.m.setRotation = function () { }
|
||||
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue