Alexander Würstlein

Results 5 comments of Alexander Würstlein

Slightly different scenario for me: I'd like to remap CapsLock to Ctrl. However, neither the webclient nor the vnc client seem to do that, even with a reefined keymap (vnc.keymap...

Is it currently possible to currently remap CapsLock to Control in either the Web Client or VNC? If so, how? Edit: I guess I'm doing something wrong here or I...

Uh, cool! Definitely still relevant, will test asap. Thanks alot @mdevaev !

Works great! :smile: :partying_face: ffr: https://github.com/pikvm/kvmd/commit/3c611121a8e077e55478b9c55b51221f25207a9d

As an example for an install.bat, I'm using chocolatey (https://chocolatey.org) to start an unattended installation of my desired packages: ```bat powershell -command Invoke-WebRequest -Uri "https://chocolatey.org/install.ps1" -OutFile $env:temp\install.ps1 powershell -executionpolicy unrestricted...