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:
parent
43e8bcbe4a
commit
00e9b5cd57
19 changed files with 20 additions and 21 deletions
2
public/scripts/agent-desktop-0.0.2-min.js
vendored
2
public/scripts/agent-desktop-0.0.2-min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue