monken commented on PR #735: URL: https://github.com/apache/guacamole-client/pull/735#issuecomment-1240973624
@everflux we also created our own web client and ran into similar issues. We connect to a Linux server using XRDP and needed support for shortcuts such as Ctrl + Alt + T which open a terminal on a Linux Desktop. The keyboard implementation from Guacamole doesn't forward the `t` key correctly. Here is a simplified version of our keyboard implementation which handles the shift key correctly (keyup events match the keydown event) and supports the before mentioned key combinations: https://41t3yq.csb.app/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
