mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added typing feature to integrated RDP.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user