cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

VM keyboard layout selector #340

Open florian-krueger opened 2 years ago

florian-krueger commented 2 years ago

There is a new menu entry "VM key layout" (can this be hidden for enhanced mode?). To make this work I needed to extend the network interaction for keyboard actions to include on each key hit the currently configured layout. I changed the separater from "-" to "_". So each keyboard event looks like "145_1_en-us".

Issues: