On Mon, Nov 10, 2025 at 8:37 AM steph01 <[email protected]> wrote: > Hi everyone, > > I’m running both *guacamole-server* and *guacamole-client* on my own > implementation of Guacamole — I’ve rewritten the frontend in *React*, > following the logic and specs from the original Angular code. >
What version of Guacamole have you based your React re-write on? (Also, have you considered contributing this code to the community? There's a rewrite in progress from AngularJS to Angular, but it's possible others would be interested in a React version of it...) > I’m running into a strange issue that seems to happen *only on XRDP > sessions to Linux machines* (I haven’t seen it on Windows). > Basically, it looks like the *Shift key stays “stuck”* in the backend > after some time. > > For example: > > - > > When I press *CTRL+C*, Guacamole sends *CTRL+SHIFT+C* instead (in > NetBeans, this triggers “comment block” instead of copy). > - > > *CTRL+S* becomes *CTRL+SHIFT+S* (“Save As”). > > The only similar thing that I've seen, and I believe is limited to xrdp, is that, depending on the sequence in which I press the keys to activate the "hidden" Guacamole menu - Ctrl-Alt-Shift or Ctrl-Shift-Alt - one of the keys gets stuck. I don't think it's the Shift key, I think it's either Ctrl or Alt, but It sounds like it could be related to what you're seeing. Other than that, I'm not seeing the Shift key get stuck in the way you're reporting. -Nick >
