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

Fixed keyboard mapping for remote desktop (software and hardware KVM)

This commit is contained in:
Ylian Saint-Hilaire 2019-01-06 20:23:29 -08:00
parent 5594fed442
commit a1883fc178
6 changed files with 214 additions and 50 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1555,7 +1555,7 @@
break;
}
default:
console.log('Unknown message.event.action', message.event.action);
//console.log('Unknown message.event.action', message.event.action);
break;
}
break;
@ -3894,7 +3894,7 @@
case 2:
break;
default:
console.log('Unknown onDesktopStateChange state', state);
//console.log('Unknown onDesktopStateChange state', state);
break;
}
updateDesktopButtons();