How to stop keyboard repeat on VirtualBox
Asked Answered
S

2

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:

Simpkins answered 31/12, 2013 at 16:54 Comment(0)
S
31

On your virtual machine (guest) type xset r off

This will turn off repeat.

Simpkins answered 31/12, 2013 at 16:54 Comment(3)
This worked for me on the guest, not the host... but I haven't tried it on the host (Windows :p). Anyways, it worked. +1Bandolier
I'm facing this problem, what is the solution for Windows Guest?Icterus
I have same problem as @Raghuveer.Rock
L
9

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
Lemay answered 26/2, 2018 at 19:3 Comment(1)
Thank you SO MUCH! What a relief!Dich

© 2022 - 2024 — McMap. All rights reserved.