I have been using Citrix to remote into a Windows 7 machine that's running Ubuntu in VirtualBox. The issue I ran into was repeated characters all over the place. I tried a few things but the following is what worked for me:
Asked
Active
Viewed 9,553 times
2 Answers
31
On your virtual machine (guest) type xset r off
This will turn off repeat.

Ali
- 18,665
- 21
- 103
- 138

xdotcommer
- 793
- 1
- 7
- 14
-
1This was driving me crazy. Thanks! – cph2117 Sep 28 '16 at 23:55
-
1This worked for me on the guest, not the host... but I haven't tried it on the host (Windows :p). Anyways, it worked. +1 – Chaim Eliyah Aug 24 '17 at 17:44
-
I'm facing this problem, what is the solution for Windows Guest? – Raghuveer Mar 01 '19 at 14:26
-
I have same problem as @Raghuveer. – JazzSoft Aug 07 '19 at 03:04
8
This post helped me today, but I had to use a variation. If you only have terminal/console (no desktop environment) on the VM, try this:
setterm -repeat off

ChronoLogic
- 81
- 1
- 4