1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated Linux agents for remote desktop unicode support.

This commit is contained in:
Ylian Saint-Hilaire 2020-11-18 21:30:33 -08:00
parent 43e8bcbe4a
commit 00e9b5cd57
19 changed files with 20 additions and 21 deletions

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
obj.firstUpKeys = [];
obj.stopInput = false;
obj.localKeyMap = true;
obj.remoteKeyMap = true; // If false, the remote keyboard mapping is not used, only works on Windows.
obj.remoteKeyMap = false; // If false, the remote keyboard mapping is not used.
obj.pressedKeys = [];
obj.sessionid = 0;