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

Added ESC key when in browser full screen.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-26 13:17:10 -07:00
parent 0f23a343cd
commit 20ca2f7595
2 changed files with 14 additions and 1 deletions

View file

@ -387,7 +387,6 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
}
obj.SendKeyMsgKC = function (action, kc) {
//console.log('SendKeyMsgKC', action, kc);
if (obj.State != 3) return;
if (typeof action == 'object') { for (var i in action) { obj.SendKeyMsgKC(action[i][0], action[i][1]); } }
else {