-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Apps, Services & Software
- ZCentral
- RGS double key press

Create an account on the HP Community to personalize your profile and ask a question
09-12-2020 09:05 AM
We're running 7.7 of RGS on Linux. The receiver is windows 10. I often get double key presses. For example if I do a copy and paste, often the paste will happen twice. I don’t think it’s my keyboard, I use a Stream Deck and have the same problem.
09-13-2020 11:48 AM
Hi Hengy,
This information may be helpful:
Description: When connected to a Linux Sender with Remote Boost, a user may experience repeated keystrokes. This can occur when network conditions are poor, causing the signal for a key release from the Receiver to arrive late at the Sender. With the increase in time between the key press signal and the key release signal, the OS will interpret this as the user is holding the key down.
Scope:
Systems: HP ZCentral Remote Boost
Operating Systems: All Linux Operating Systems
Resolution:
On the Linux Sender, disable key repeats or lengthen the time before a key repeat occurs by using xset.
To disable key repeat, use the following:
xset -r
To lengthen the time before a key repeat, use the following where <delay> is the number of milliseconds to delay for:
xset r rate <delay>
Note: By default the delay is usually around 500-600ms. You may have to keep increasing the delay until the repeated keystrokes stop.
Also, xset needs to be run each time the XServer is restarted.
Please let us know if this is helpful and works around the issue.