19

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:

xdotcommer
  • 793
  • 1
  • 7
  • 14

2 Answers2

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
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